Oracle Database&EBS General
-
Oracle 23c? What happened 20c&22c
As you know Oracle has been chaned release name. In this post we talk about Oracle Realeases. Before we start let use see current Oracle Database Realeases and Support Timelines Let us start Continue reading
-
How to clean up older records in AUD$ table
Auditing is the monitoring and collection of some user database actions and record these data in some tables. Auditing is always enabled. Oracle Database generates audit records during or after the execution phase of the audited SQL statements. But AUD$ table will growth and will impact the performance of database. The AUD$ table is used Continue reading
-
How to Disable Oracle Diagnostic Pack&Tuning Pack in Oracle Database
As you know both option must be use by Oracle licenses. Before we start we need to clarify some information. Oracle Standard Edition or Standard Edition xx; there are no management packs. These can be purchased only with the Enterprise Edition, and they are also not a part of the Oracle Personal Edition. As i said before Continue reading
-
How to enable or disable EM express 12c
You may need to enable or disable EM express on 12c. Do not forget you still can use cent browser for java related screens Here is the steps and controls Continue reading
-
Move All table&index etc. to another tablespace by using script
You can find related script by below Enjoy!! Continue reading
-
How To Move All Schema Objects to a Different Tablespace
You may need to move some objects to another tablespace or you may need to move all objects to one new tablespace under schema I will share some sql statement to achieve this purpose. Here is the steps: Continue reading
-
How To Mount Cd-rom in OEL Linux
These days, CDs and DVDs are not popular. However, you still may need to use CD drive to able to insert a disc and mount it on Linux for your needs. In this post we will do it step by steps. Here are the our steps: Continue reading
-
ORA-65093- How to Fix?
This issue often occurs at Oracle database 12c installation process. But I faced with that error message during restore/recovery operation… This error occurs whenever we want to mount the database but the multitenant container database was not set up properly. To fix this, follow below commands Continue reading
-
Step By Step Resize Redolog Files in Oracle
As you know Redo files are one of the most important file for Oracle databases. It have to be mirror and also have big enough for performance and contunity. In Oracle formal documentation, redo switch should be between 6-8 in 1 hour. If you have a number than this( its also related what you are Continue reading
-
Step by Step Rename or Move Datafiles
In some case, you would need to move or rename your datafiles which is belong to your tablespaces in your database. I try to explain step by step how you can move your data files on your system. Continue reading
