Welcome to Dream.In.Code
Become an Expert!

Join 150,138 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,268 people online right now. Registration is fast and FREE... Join Now!




Oracle 10g :how to extract the data from existing DB?

 
Reply to this topicStart new topic

Oracle 10g :how to extract the data from existing DB?

fsloke
8 Aug, 2008 - 04:51 AM
Post #1

D.I.C Regular
***

Joined: 19 Dec, 2007
Posts: 258



Thanked: 4 times
My Contributions
Question 1
-------------
Oracle 10g how to extract the data from existing DB?

Any link?

Any client software needed?

Is it as easy as Mysql database or MS SQL [ Just Click on Extract database to script... ] Then load back to the new database...

The script will create the schema and insert the data into the database....

Question 2
------------

Let say the database too huge 100G, can I extract a portion of the data?
Let say I extract 80% from the existing database...

How can I do this?

Thank you...
User is offlineProfile CardPM
+Quote Post

jjsaw5
RE: Oracle 10g :how To Extract The Data From Existing DB?
8 Aug, 2008 - 11:17 AM
Post #2

I must break you
Group Icon

Joined: 4 Jan, 2008
Posts: 1,633



Thanked: 8 times
Dream Kudos: 125
My Contributions
QUOTE(fsloke @ 8 Aug, 2008 - 08:51 AM) *

Question 1
-------------
Oracle 10g how to extract the data from existing DB?

Any link?

Any client software needed?

Is it as easy as Mysql database or MS SQL [ Just Click on Extract database to script... ] Then load back to the new database...

The script will create the schema and insert the data into the database....

Question 2
------------

Let say the database too huge 100G, can I extract a portion of the data?
Let say I extract 80% from the existing database...

How can I do this?

Thank you...




You'll want to use the SELECT statement to extract the data that you are going to need from the data base. You are going to need to know the table names other informtiaton. Select statements can be very simple or very complex.

here is an example

SELECT * FROM Products WHERE Product_ID = '8'

this is selecthing everything from the products table where the producut ID = 8




I am assuming this is your 1st time doing database stuff?
User is offlineProfile CardPM
+Quote Post

fsloke
RE: Oracle 10g :how To Extract The Data From Existing DB?
10 Aug, 2008 - 12:19 AM
Post #3

D.I.C Regular
***

Joined: 19 Dec, 2007
Posts: 258



Thanked: 4 times
My Contributions
QUOTE
I am assuming this is your 1st time doing database stuff?

Not really first time...

I just want to extract the existing data from the database using Oracle...

How can I do it?

Thank
User is offlineProfile CardPM
+Quote Post

jjsaw5
RE: Oracle 10g :how To Extract The Data From Existing DB?
10 Aug, 2008 - 05:08 PM
Post #4

I must break you
Group Icon

Joined: 4 Jan, 2008
Posts: 1,633



Thanked: 8 times
Dream Kudos: 125
My Contributions
You'll want to use select statements.

Like the example i gave above, and you can use those to pull whatever data you need out of the database.

If you can give me some table names and what data you would like to pull out I would be more then happy to help you out.
User is offlineProfile CardPM
+Quote Post

1lacca
RE: Oracle 10g :how To Extract The Data From Existing DB?
11 Aug, 2008 - 04:25 AM
Post #5

code.rascal
Group Icon

Joined: 11 Aug, 2005
Posts: 3,822



Thanked: 12 times
My Contributions
Oracle Export/Import FAQ
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 1/9/09 02:06AM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month