I was recently working on a project where there was a demand to have random set of sales and transaction data to test performance. Well I thought of a better solution and it worked out with this website http://www.generatedata.com
Interestingly the dataset can be generated directly on the website itself and the maximum rows that will be generated is 5000.
The result output can be on different forms like excel,csv,html,xml and sql.
SQL was the best part , the page gives option to select the database type and then the tablename.
By default it creates the script with the create tablename and then the insert statements.
I hope this will help people who need sample dataset.
The voice in my head may not be real , but they have some good ideas !!!
Fail Fast, Fail Forward, Fail Often, Fail Better , Standup Every Time
Every problem has at least one solution. Only some solutions are harder to find.
Monday, February 8, 2010
Thursday, January 14, 2010
RMAN Slow Performance and Resource Manager
RMAN is running slow; Well there could be several reasons behind it , the load on the system , bandwidth , cpu , tape library's performance and many other aspects. One such area to be looked into is Resource Manager.
Resource Manager is a key tool when it comes to complex environment where resources should be managed properly.
SYS and SYSTEM users are sometimes missed when planning for Resource Manager, especially SYS user.
Some Tips while creating the Resource Manager Plan
Create a separate group called SYS_GROUP and map the SYS and SYSTEM users to it.
When creating a plan make sure that you have the SYS_GROUP in Level 1 and 100%.
Do not allocate resources to any other group in Level 1
Make sure that you have UNLIMITED to all the Directives
When creating a plan make sure that you have the SYS_GROUP in Level 1 and 100%.
Do not allocate resources to any other group in Level 1
Make sure that you have UNLIMITED to all the Directives
- Maximum Degree of Parallelism
- Maximum Number of Active Sessions Activation Queue Timeout (sec)
- Maximum Undo Space (KB)
- Maximum Estimated Execution Time (sec)
- Max Idle Time (sec)
- Max Idle Time if Blocking Another Session (sec)
With the above setup in Resource Manager , RMAN will get 100% of the Resource since it runs as SYS_GROUP
Subscribe to:
Posts (Atom)
Popular Posts
-
[oracle@testebsop3app01 ~]$ perl /u01/install/APPS/fs1/EBSapps/comn/clone/bin/adcfgclone.pl appltop /u01/install/APPS/fs1/inst/apps/SATURN_...
-
Unleashing the Power of AI Within Your Oracle Database: Introducing oracle_ai_plsql_agent The world of Artificial Intelligence (AI) is rapi...
-
If you are an EBS administrator the first thing some asks you to do a health check of an environment , you return to him with a Request ID o...
-
Scenario You have been asked to apply a patch and you completed the prepare phase and apply phase. Now customer has given a downtime f...
-
This script will help Application Database Administrator to get Concurrent Request's High Frequency Concurrent Programs Sample Data : SQ...
-
Oracle EBS 12.2 - ADOP ad_zd_prep.create_patch_service exceptions Please note , if you get ADOP issues on PROD please read the logs and ...
-
My Son Dharun Performing at Improviser Music Studio Despacito Please subscribe to our channel Improviser Music Studio
-
Here is a general outline of the automation process to send an email of the latest ADDM recommendation on an hourly basis. Here's how y...
-
FS_CLONE Phase It is a stand-alone command used for file system cloning. Standard cloning (using adcfgclone.pl) cannot be used to synch...