ORA-09925: Unable to create audit trail file WHILE sqlplus / as sysdba
$ sqlplus / as sysdbaSQL*Plus: Release 11.2.0.3.0 Production on Wed Feb 6 14:30:37 2013Copyright (c) 1982, 2011, Oracle. All rights reserved.ERROR:ORA-09925: Unable to create audit trail...
View ArticleORA-27102: out of memory when running dbca
Problem:If you hit this error when running dbca:ORA-27102: out of memorySolution:decrease db_cache_sizeorprctl -n project.max-shm-memory -v 16gb -r -i project \`id -p | awk -F"("'{print $NF}'|sed...
View ArticleORA-00354: corrupt redo log block header in Standby database
Issue: Manual standby database fail to apply archive log due to corruption of archive log.Cause:Archive log was corrupted in primary. Same has been copied to DR using RSYNC.Solution:Copy the same...
View ArticleORA-12640: AUTHENTICATION ADAPTER INITIALIZATION FAILED
Solution:Modify SQLNET.ORA, either by removing the below linesqlnet.authentication_services=(NTS)or by changing it tosqlnet.authentication_services=(NONE)Bounce the database and listener services and...
View ArticleORA-17628: Oracle error 19505 returned by remote Oracle server
Error:======ORA-17628: Oracle error 19505 returned by remote Oracle servercontinuing other job steps, job failed will not be re-runRMAN-00571:...
View ArticleCoredump error while after apply the patch
When apply the Patch we got error like/oracle/app/oracle/product/11.2.0.4/DOYENSYS/lib/libclntsh.so.11.1 is in onlineSo we move the file or rename the file to...
View ArticleThis script creates public synonyms for all TABLES/VIEWS/SEQUENCES owned by a...
set verify offset pause offset doc offset heading offaccept s_user prompt 'Enter object OWNER to create synonyms FOR : 'promptshow userprompt 'Creating PUBLIC synonyms for TABLES/VIEWS/SEQUENCES owned...
View Articlepublic synonyms for all TABLES/VIEWS/SEQUENCES owned by a user
This script creates public synonyms for all TABLES/VIEWS/SEQUENCES owned by a user. This script can be run by any user to create public synonyms for any other user as long as it has CREATE PUBLIC...
View ArticleCreates a physical standby database for the production server "orcl" using RMAN.
# +----------------------------------------------------------------------------+# | |# | DEFINE ALL...
View Articledg_refresh_standby_database
dg_refresh_standby_database.ksh# +----------------------------------------------------------------------------+# | ************************************************************************** |# | *...
View ArticleAutomated Gather Stats on Index Creation.
Whenever index is created , Oracle automatically gathers optimizer statistics for that index. The database piggybacks the statistics gather on the full data scan and sort operation necessary for the...
View ArticleOracle Database 12.2 PowerUp the DBMS_STAT package
Oracle Database 12 Release 2 makes it a lot easier to be able to manage this vast collection of scripts by includes a new DBMS_STATS preference called PREFERENCE_OVERRIDES_PARAMETER. When this...
View ArticleOracle 12c Database TDE (Transparent Data Encryption) Setup
To setup TDE for my new database I have used and adapted Oracle Database 12c: Transparent Data Encryption (TDE)First I have modified sqlnet.ora so that each database has its own TDE directories:$ grep...
View ArticleUser not able to login through OEM
Have you any time tried to login as normal user like scott or HR into OEM and landed up with below message?The application requires more database privileges than you have currently been granted. Click...
View ArticleResolve ORA-00490 error
Sometimes all of a sudden our Instance will be crashed and when looked at alert log file we found below error messageORA-00490: PSP process terminated with errorWhile PSP process itself terminated due...
View ArticleMaterialized View Refresh is Slow
Many a times i had seen my DBA friends asking this question. There could be lot of reasons whenever something is slow….but in case of materialized view, we can use below checks to get confirmed where...
View ArticleFixing undo segment corruption
Recently i faced a typical situation where user performed a delete on a huge table. All of a sudden he terminated that delete statement which leaded to one undo segment corruption because of this, when...
View ArticleArticle 1
How to Find out the ASM DISKGROUP label without connecting to the Database.Recently we have issue on DiskGroup in order to increase the size of the device ,We need to identify the label...
View ArticleArticle 0
ORA-01994: GRANT failed: password file missing or disabled Granting sysdba privilege to user requires password file or else it would throw an error as ORA-01994.Problem: I hit this error when I...
View Article