Change EXADATA explain plan to Traditional Oracle explain plan
In EXADATA explain plans you will see "storage" and this sometimes is diffcult to compare with traditional oracle explain plan.In EXADATA parameter CELL_OFFLOCAD_PLAN controls this...
View ArticleEXADATA KVM- How To Start an Avocent KVM Remote Console to Manage CELLs &...
1) Obtain the Avocent KVM hostname or IP address.If you are not sure then after the install. gotocd /opt/oracle.SupportTools/onecommandcat dbm.dat | grep kvmThis will give you the KVM switch details...
View ArticleEXADATA ILOM
ILOM is included on certain Sun servers. If you have one of these servers, it willinclude an ILOM supplement, which contains platform-specific information, such assensors and thresholds, and details...
View ArticleEXADATA Inifiniband ILOM
If you cannot access the webpage then make sure https access is not turned off via cli after logging into IB switch.Note-:If You disable both HTTP and HTTPS access to the switch by doing so in the Web...
View ArticlePassed Exadata 1Z0-536
Got the result today and passed the 1Z0-536 Exadata implementation specialist certification.Those who are planning to take the test.Read the student guide-1 atleast 4-5 times and practice IORM as many...
View ArticleKill all the O.S process of a particular user | kill -9
Want to kill all the O.S process that are running under particular user.UNIX$ ps -aef | grep -i shaik | awk '{print $2}' | sed 's/^/kill -9 /'> 1.txtUNIX$./1.txt
View Article11i/R12 query FND_NODES
set lines 200 col host_name for a11 col node_name for a11 col database for a10 col concmgr for a9 col forms for a7 col webserver for a11 col admin for a7 select...
View ArticleORA-27054: NFS file system where the file is created or resides is not...
RMAN-00571: ===========================================================RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============RMAN-00571:...
View ArticleEnable FND Debug and get data from FND_LOG_MESSAGES table
Enable FND Debug and get log information from FND_LOG_MESSAGES table: If the size of FND_LOG_MESSAGES table is too big? thenConsidering running the concurrent request: “Purge Debug Log and System...
View ArticleOID Get ORASSO password
Obtaining the Single Sign-On Schema Password$ORACLE_HOME/bin/ldapsearch -h oidhostname -p portnumber -D "cn=orcladmin" -w orcladminpwd -b "orclReferenceName=, cn=IAS Infrastructure Databases, cn=ias,...
View ArticleWeblogic silent install
Sample xml file to install weblogic in silent mode. I have tested this on weblogic 10.3.6 /Linux OEL6Create the xml file using the below options, remember to take out the products that you don't...
View ArticleCreate weblogic domain using silent install
Create weblogic domain using silent file.Create the silent file that you will use for domain creation:-=====================================vi...
View ArticleThe local BEA product registry is corrupted. Please select another Middleware...
While installing weblogic using silent install file you may get the below error: Issue:-=====java -Xmx5096m -jar weblogic64/wls1036_generic.jar -mode=silent -silent_xml=weblogic_install.xml...
View ArticleCreate Oracle RAC 11gR2 database using dbca silent file
How to create a 11g RAC database using dbca silent response file.dbca -progress_only -responseFile “/home/shaiksameer/dbca_testdb.rsp”vi dbca_testdb.rsp RESPONSEFILE_VERSION = "11.2.0"OPERATION_TYPE =...
View Articlersync - scp to Copy files between servers
rsyncUse this command to transfer files remotely and locally in Linux based machines.-v : verbose-r : copies data recursively (but don’t preserve timestamps and permission while transferring data-a :...
View ArticleORA-15001: diskgroup "" does not exist or is not mounted
Issue:====SQL> drop diskgroup TESTDAT;drop diskgroup TESTDAT*ERROR at line 1:ORA-15039: diskgroup not droppedORA-15001: diskgroup "TESTDAT" does not exist or is not mountedSQL> select name from...
View ArticleORA-245: control file backup operation failed
In 11.2 RAC:SQL> alter database create standby controlfile as '/home/oracle/cntrl01.ctl';alter database create standby controlfile as '/home/oracle/renostdbycntrl.ctl'*ERROR at line 1:ORA-245:...
View ArticleOracle Flashback database
Enable flashback:SQL> select name,open_mode,flashback_on from v$database;NAME OPEN_MODE FLASHBACK_ON---------------------------------------- --------------------...
View Articlerman report/delete obsolete
Rman report/delete obsolete: [oracle@collabn1 sshaik]$ rman target / catalog rcuser/rcuser@prod1Recovery Manager: Release 11.2.0.1.0 - Production on Wed Aug 5 14:37:37 2015Copyright (c) 1982, 2009,...
View ArticleOracle external tables using datapump
External table using datapump:Below we will create an external table "sales_ch"and its data will be stored in a datapump file.SQL> select username,default_tablespace from dba_users where...
View Article