Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Informix to Oracle migration

Re: Informix to Oracle migration

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Mon, 01 Mar 2004 13:16:09 -0800
Message-ID: <1078175734.890878@yasure>


Steven Hauser wrote:
> A detailed data dictionary of the schema. Would be a good thing to have.

Your hiku needs a little work.

SELECT object_name, object_type
FROM user_objects;

SELECT object_name, object_type
FROM all_objects
WHERE owner = <schema_name>;

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Mon Mar 01 2004 - 15:16:09 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US