Wednesday, 27 March 2013
Subscribe to:
Posts (Atom)
Session Clear
Select 'alter system kill session '''|| sid_serial#||''''||chr(010)||'/' from locked_objects_info_v...
-
What is Collection? A Collection is an ordered group of elements of particular data types. It can be a collection of simple data type or...
-
Oracle Pipelined Table Functions Overview Basically, when you would like a PLSQL (or java or c) routine to be the «source» of data...
-
begin dbms_scheduler.create_job ( job_name => 'Pos_acct_prod_dtl_vu_mv', job_type => 'PLSQL_BL...