Import from oracle database

Import from oracle database

Postby MarcoBoschi » Sat Nov 28, 2009 4:14 pm

Hi,
I have to extract all data from an Oracle database.
The problem is that I don't know anything: table names, table structure, etc, etc
The question is:
How to obtain the list of tables present into the database?
Thanks in advance
User avatar
MarcoBoschi
 
Posts: 1065
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy

Re: Import from oracle database

Postby Armando » Sat Nov 28, 2009 6:24 pm

SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
User avatar
Armando
 
Posts: 3217
Joined: Fri Oct 07, 2005 8:20 pm
Location: Toluca, México

Re: Import from oracle database

Postby nageswaragunupudi » Sun Nov 29, 2009 2:43 am

ADOX works as recommended above,

Another way is to use the SQL statment

SELECT OWNER, TABLE_NAME FROM ALL_TABLES.

Depending on the rights of the querying user, he gets a list of all Schemas ( as OWNER ) and all Tables within each schema, to which he has access
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10625
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Import from oracle database

Postby MarcoBoschi » Sun Nov 29, 2009 9:03 am

nageswaragunupudi and Armando,
Thanks a lot

Next week I'll try
marco
User avatar
MarcoBoschi
 
Posts: 1065
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 37 guests