Oracle Database&EBS General
-
How to Duplicate control files when ASM is involved
Oracle recommended using 3 control file for your database. We also need to duplicate our Control file due to do security issue. In this post, I will try to explain how We can duplicate a control file when ASM is involved. Continue reading
-
Oracle Database 19c (19.3.0) for Linux is available now!
Oracle Database 19c (19.3.0) for Linux is available for download as of now from OTN and also eDelivery site. 19.3.0 for the database and GI are available as for Linux & Solaris. You can download Oracle Database 19.3.0 on-prem for Linux now from the usual sources: OTN / oracle.com eDelivery Continue reading
-
ORA-00245 & RMAN-03009 Error during Rman Backup
I face with that error message on our 11.2.0.4 RAC database which is working on AIX Operating System. I started to get ORA-00245: control file backup operation failed &RMAN-03009: failure of Control File and SPFILE Autobackup command on C1 channel xxx errors. I noticed that this error has appeared after I have been enabled block Continue reading
-
ORA-01000- What is it?How you can fix it!
You may hit ORA-01000 maximum open cursors exceeded in your daily life. So what is a cursor? Why you are hitting this error? In this post let us see inside of this error. Cursors in Oracle A cursor is a temporary work area created in the system memory when a SQL statement is executed. It Continue reading
-
Incremental backup size is very Huge!
One of Our database size almost 35T and We need to back up this system twice in a day. Because of the backup duration time(We are using 16 channel and full backup time almost 2,5 hours) That’s why We decided to pass the Cumulative Incremental backup strategy for this system. We take Level 0(full) backup Continue reading
-
ORA-14047: ALTER TABLE|INDEX RENAME may not be combined with other operation Error
I hit this issue while I was trying to rename table (or index) name on 11.2.0.4 database. Symptoms is: I use a simple command as following; alter table [prev_tablename] rename to [last_tablename] If We put into schema names to this command, We can deal with ORA-14047 error. The error raises when I put the schema Continue reading
-
Getting ORA-00600: internal error code, arguments: [krccaub_2], [505], [40], during Incremental backup on RAC Database
I faced with this error message on our 11g 2 Node RAC database. We have been enabled block change tracking to can take Inceremental backup. After this, Instance 2 has been reebot from our 2 node RAC system with ORA-00600: internal error code, arguments: [krccaub_2], [505], [40], [], [], [], [], [], [], [], [], Continue reading
-
ORA-00600: internal error code, arguments: [kjbrref:pkey], [2630360], [481], [], []
I faced with that error on 11.2.0.1 two node RAC on AIX system with ASM. One of our instance reboot itself and database alert.log mention below errors: ORA-00600: internal error code, arguments: [kjbrref:pkey], [2630360], [481], [1113572], [0], [], [], [], [], [], [], [] Incident details in: lms3_3211996_i4178879.trc Fri Feb 17 21:10:14 2019 Trace dumping Continue reading
-
How to move ASM database files from one location to another by using CP command
We need to move one or more datafile from our tablespace to one location to another because of the disk space issue. In this post, I try to explain how We can achieve this process with CP command of asmcmd utility via a demo The database version is –> 11.2.0.4 The Operating System is –> Continue reading
-
How to relink Oracle executables on Linux
You may need to require to relink oracle binaries because of some number of our cases and also We may need to do it because of the solution given by Oracle support. The following method will relink the Oracle executables. Continue reading
