View Single Post
  #5 (permalink)  
Old September 15th, 2008, 14:44
prasad prasad is offline
Junior Member
 
Join Date: Mar 2007
Posts: 20
Thanks: 4
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
prasad is on a distinguished road
Re: Archiving data from Glogowner to Archive Schema

Medhas,

You can try this.

select * from ARCHIVE.SHIPMENT_DMP where shipment_xid=?;
All the table sin the archive schema end with _DMP.

If you use a tool like TOAD then you can see all the schemas and the tables in the schema browser.

Thanks,
Prasad.
__________________
Thanks,
Prasad.
Reply With Quote