Cleaning Oracle SYSAUX Tablespace Usage
Recently in one of our Oracle instances sysaux tablespace grew huge and filled up the complete tablespace. We were also...
An Oracle database system—identified by an alphanumeric system identifier or SID—comprises at least one instance of the application, along with data storage. An instance—identified persistently by an instantiation number (or activation id: SYS.V_$DATABASE.ACTIVATION#)—comprises a set of operating-system processes and memory-structures that interact with the storage. Typical processes include PMON (the process monitor) and SMON (the system monitor).
Recently in one of our Oracle instances sysaux tablespace grew huge and filled up the complete tablespace. We were also...
Oracle redo log is the most crucial structure for recovery operations, redo logs consists of 2 or additional preallocated files...
by Ramakanta · Published November 6, 2016 · Last modified November 7, 2016
Exporting and importing is a fairly commonly used procedure by many database administrators to export database objects and import them...
by Ramakanta · Published October 20, 2016 · Last modified October 31, 2016
Many times we require formatted sql reports or sql query outputs for our reporting needs and better readability. We had...
by Ramakanta · Published October 18, 2016 · Last modified October 31, 2016
Running a database in noarchivelog mode disables the possibility of database recovery as we will not have any archived redo...
by Ramakanta · Published October 14, 2016 · Last modified November 8, 2016
Oracle provides the dbms_stats utility for estimating statistics for large partitioned tables and for better statistics which result in faster...
by Ramakanta · Published October 4, 2016 · Last modified October 31, 2016
When trying to login to database as schema user you might see this error and this might cause the application to...
Linux / Operating Systems / Oracle Database / Tutorials
by Ramakanta · Published July 19, 2016 · Last modified October 31, 2016
While installing Oracle database for one of DEV environments we encountered a error due to small swap space available in...
While upgrading Oracle database 11g to 12C via DBUA we came to know that the Packages and Types component is...
Application Servers / Database / FAQ / Java App Servers / Oracle Database
by Ramakanta · Published April 16, 2016 · Last modified October 31, 2016
Many times we face issues like the database will be down due to some reason and even after the database...
Advertisement
Advertisement
Advertisement