About Bruce Lee

June 20th, 2018, posted in ChARACtERs, DAtEs iN a YeAR, MESSAGEs, POEPLes, Scarface'S DIARY
Share

Inspiring Quotes,Inspiring Bruce Lee,,Bruce Lee,Bruce, Lee, Quotes,Bruce Lee Quotes,lee,bruce lee,Bruce Lee Grave

Bruce Lee (born Lee Jun-fan; 27 November 1940 – 20 July 1973) was a Chinese American Hong Kong actor, martial arts instructor, philosopher, film director, film producer, screenwriter, and founder of the Jeet Kune Do martial arts movement. He is widely considered by many commentators, critics, media and other martial artists to be the most influential martial artist and pop culture icon of the 20th Century. He is often credited with changing the way Asians were presented in American films.

Share

Other Ways To Take Trace in Oracle Application

June 16th, 2018, posted in Oracle Queries
Share

Problem sys@standby> startup mount; ORACLE instance started. Total System Global Area 835104768 bytes Fixed Size 2217952 bytes Variable Size 490735648 bytes Database Buffers 335544320 bytes Redo Buffers 6606848 bytes Database mounted. sys@standby> alter database recover managed standby database using current logfile disconnect; alter database recover managed standby database using current logfile disconnect * ERROR at line 1: ORA-01153: an incompatible media recovery is active Cause This indicates a currently running media recovery process. Action sys@standby> alter database recover managed standby database cancel; sys@standby> alter database recover managed standby database using current logfile disconnect; Note When shutting down physical standby database, firstly turn off media recovery process. Otherwise the next time when starting up redo apply again, you will encounter error ORA-01153.

Other Ways To Take Trace in Oracle Application :

 

 

SQL> ALTER SESSION SET sql_trace=TRUE;
SQL> ALTER SESSION SET sql_trace=FALSE;

SQL> EXEC DBMS_SESSION.set_sql_trace(sql_trace => TRUE);
SQL> EXEC DBMS_SESSION.set_sql_trace(sql_trace => FALSE);

SQL> ALTER SESSION SET EVENTS '10046 trace name context forever, level 8';
SQL> ALTER SESSION SET EVENTS '10046 trace name context off';

SQL> EXEC DBMS_SYSTEM.set_sql_trace_in_session(sid=>123, serial#=>1234, sql_trace=>TRUE);
SQL> EXEC DBMS_SYSTEM.set_sql_trace_in_session(sid=>123, serial#=>1234, sql_trace=>FALSE);

SQL> EXEC DBMS_SYSTEM.set_ev(si=>123, se=>1234, ev=>10046, le=>8, nm=>' ');


Share

Workflow : Workflow Component wfcmp

June 9th, 2018, posted in Oracle Queries
Share

Oracle Applicaition,Oracle Database,Oracle DBA,Oracle Applicaition DBA,Oracle Database DBA,Applicaition DBA,Database DBA,Oracle EBS Applicaition DBA,Oracle EBS Database DBA,Oracle,Oracle Applicaition,Oracle Database,Workflow : Workflow Component wfcmp,Oracle Applicaition Workflow,Oracle Database Workflow,oracle ebs logo,oracle ebs logo,oracle e business suite logo,

Query :


select fsc.COMPONENT_NAME,fsc.STARTUP_MODE,fsc.COMPONENT_STATUS
from APPS.FND_CONCURRENT_QUEUES_VL fcq, fnd_svc_components fsc
where fsc.concurrent_queue_id = fcq.concurrent_queue_id(+)
order by COMPONENT_STATUS , STARTUP_MODE , COMPONENT_NAME;
Share

Time will teach you

June 7th, 2018, posted in MESSAGEs, Saying Of Hazrat Ali ( A.S )
Share

Time will teach you,Time will teach you,Time,teach you,ImamAli,Imam Ali,Hazrat Ali,Ya Ali,Saying Of Imam Ali,Saying of Hazrat Ali

Imam Ali (as)” ‘Time will teach you.’

Share

The words of GOD are the medicine of the Heart

June 6th, 2018, posted in MESSAGEs, Saying Of Hazrat Ali ( A.S )
Share

The words of GOD are the medicine of the Heart,ImamAli,Imam Ali,Hazrat Ali,Ya Ali,Saying Of Imam Ali,Saying of Hazrat Ali

The words of GOD are the medicine of the Heart.

– Hazrat Ali –

Share