Nothing but my learning and experience with Oracle..!
Pages
(Move to ...)
Home
RAC & ASM
Data Guard
Backup & Recovery
Performance tuning
Fundamentals
Golden Gate
Exadata
▼
Sunday, March 4, 2012
How to Prevent a User to Drop Own Objects
›
An Oracle user is always granted to drop their own objects. To prevent a user to drop their own objects, we can use DDL triggers. Here...
Sunday, February 5, 2012
›
Creating a simulation of block corruption and recovering it through RMAN in linux 1.Before proceeding with block corruption simulation ta...
Wednesday, December 21, 2011
dba_data_files , dba_segments and dba_free_space
›
Dba_data_files: The dba_data_files means total size of the data file. The data file size is total number of the dba_free_space + dba_segmen...
ORA-02020: too many database links in use
›
Each session in your database has a limited number of database links that can be opened at the same time.If you access a database link in ...
Tuesday, December 13, 2011
Merge in oracle
›
You can user merge command to perform inserts and updates into single table in a single command .Based on the condition you specify ,oracle...
‹
›
Home
View web version