Quantcast
Channel: Sameer Shaik. B.E,M.S,M.B.A,P.M.P,C.S.M
Browsing all 191 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

cursor: mutex X cursor: mutex S

Symtons:  Bad Performance, Query running long. Not using optimal plan so on..or  New upgrade to 11g In AWR you see.It is evident that most of the db time is spent on Mutex X and SWhat is a...

View Article


How to change SCAN VIPs in 11gR2

Below process is testing and worked when the SCAN vips are configured via the DNS.Backup:Hosts fileocrconfig -manualbackup voting disks using "dd"following command can be used:$ nslookup...

View Article


Active data guard in 11g - How to activate "Active Data guard" feature in 11g.

How to activate Active Data guard feature in 11g.Here I am converting an existing physical standby database to Read only standby database with real time redo apply.Given you have a UP and running...

View Article

ORA-38305: object not in RECYCLE BIN

Perils of having recyclebin turned off in your database.For me it was a requirement to have the recyclebin turned off, since my application creates temporary staging tables and drops them daily and I...

View Article

ORA-08104: this index object is being online built or rebuilt

alter index sameer.myindex rebuild online*ERROR at line 1:ORA-08104: this index object 59081 is being online built or rebuiltAs long as the index is not rebuild all access to the index will result in...

View Article


ORA-01502: index or partition of such index is in unusable state

Exploring ORA-01502 error and why we usually get this error message. I am not explaining why/how the index status changed to unusable( mostly due to the table move and alter index xxxx unusable ..)You...

View Article

ALTER TABLE MOVE

You can use dbms_redef for reorg:-Redefining Tables OnlineIn any database system, it is occasionally necessary to modify the logical or physical structure of a table to:Improve the performance of...

View Article

RMAN switch database to copy

RMAN image copy .. switching database to image copy backup.>r sqlsqlplus / as sysdbaSQL*Plus: Release 10.2.0.4.0 - Production on Mon Aug 23 15:09:10 2010Copyright (c) 1982, 2007, Oracle.  All Rights...

View Article


RAC gv$ view dynamic views

Gv$views... That are related in day to day...

View Article


ORA-01586 ORA-39701 database must be mounted EXCLUSIVE and not open for this...

Dropping the database :  Mount the database in restrict mode:  SQL> startup mount restrict;ORACLE instance started.Database mounted.SQL> select instance_name from...

View Article

Image may be NSFW.
Clik here to view.

ORA-15204: database version is incompatible with diskgroup while creating the...

While creating the database via DBCA you may see the below error:or get the below error:"ORA-15204: database version 11.2.0.0.0 is incompatible with diskgroup DBFS_DG" while creating the...

View Article

EXADATA X2-2 Creating DBFS fliesystem/share on EXADATA X2-2

 Environment:EXADATA X2-2OS: LinuxImage version: 11.2.3.2.0.120713DB - 11.2.0.3For Linux database servers, there are several steps to perform as root. Solaris database servers do not require this step...

View Article

ORA-01502: index or partition of such index is in unusable state

Exploring ORA-01502 error and why we usually get this error message. I am not explaining why/how the index status changed to unusable( mostly due to the table move and alter index xxxx unusable ..)You...

View Article


oracle Move datafile into ASM

How to move a datafile that was created on the OS to ASM.Issue:Datafile created on the OS instead of in ASMGiven:RAC 3 nodes tablespace has multiple datafiles   Check the status of the file:select...

View Article

Image may be NSFW.
Clik here to view.

Find Exadata IO saved by smart scan and offload to cells

Find amount of I/O saved by smart scan vs Total I/OorFind amount of I/O transported from cell to DB orFind amount of I/O saved by storage index orFind amount of I/O saved by predicate offloadImage...

View Article


Image may be NSFW.
Clik here to view.

Change Concurrent manager for a Program

How to change a concurrent manager for a program.Ex:-1) exclude the program from the standard manager:SYSADMIN--> Concurrent --> Manger -->Define --> Specialization rules:Exclude the...

View Article

Image may be NSFW.
Clik here to view.

11gR2 -Oracle Index usage monitoring

To start monitoring the index usage:ALTER INDEX MONITORING USAGE;To stop:ALTER INDEX MONITORING USAGE;To monitor the status if you can login as owner then use select * from v$object_usage;If viewing...

View Article


EXADATA I/O CALIBRATE ON Database server

We can usually use calibrate_io procedure but for EXADATA it is recommended we manually set the values on the database server.Traditional Method:DBMS_RESOURCE_MANAGER.CALIBRATE_IOEx:-unless until you...

View Article

Image may be NSFW.
Clik here to view.

Article 6

Oracle Ebiz R12 -- How To Clear Caches In R12 you can directly clear the cache from UI as SYSADMIN.Functional level (individual product/all product cache)Functional Administrator -> Core Services...

View Article

Oracle 11g Remove trace files automatically using adcri

Oracle Automatic trace files cleanup:In 11g we can clean/remove the trace files automatically using adrci.adrci> help purgeDiagnostic data Purging in ADR is controlled by two attributes:-...

View Article
Browsing all 191 articles
Browse latest View live