Search Results

Search: Posts Made By: arunpvp
3,491
Posted By bdittmar
Use ORACLE SQL-Developer
Hello,
why don't you use the Oracle SQL-Developer.
Connect to prod_db
Use export function to export a table, db, sheme ....
Connect to dev_bd
Import by using the file created in 2.

...
3,491
Posted By rbatte1
Or, how about connecting to the dev server,...
Or, how about connecting to the dev server, setting up a database link and issuing:-
CREATE TABLE dev_table AS SELECT * FROM source_table@my_db_link ;

This would drag the table direct between the...
3,491
Posted By gandolf989
This is certainly a valid way of moving data from...
This is certainly a valid way of moving data from one database to another. The only downside is that you would
need to manually created indexes, constraints and triggers. Once the table gets...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 07:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy