English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

A table in an oracle database can be created by 'create table' command. After creating a table how can we put it into a database and copy it to another system

2006-11-12 00:29:07 · 2 answers · asked by sunitha a 1 in Computers & Internet Programming & Design

2 answers

Make sure that u've LAN-connection & u've installed Oracle (don't know which version u're using, I do use 9i) in server-mode. If these two 're alright, then u shouldn't have any problem to open that table in another system. Otherwise create a new-user, first log in through..........

user: system
password:manager

create user identified by ;
"user created"
grant resource,connect to ;
"grant succeeded"
conn /
"connected"

Then create that table again.

2006-11-12 04:13:59 · answer #1 · answered by Innocence Redefined 5 · 0 1

Your question is not very clear. Clarify it properly.

Supposing that u want to transfer a table fro one database to another, there is some thing called export and import. U r to use that. Not from sql*Plus but from command prompt. Before doing that u r to know a lot. That's a task of DBA, not of a novice.

This site is still under construction. U may visit it a few days later.

http://defttips.googlepages.com/defttips

There we shall try to answer u if u ask ur question clearly.

2006-11-12 05:37:35 · answer #2 · answered by binaryFusion 5 · 0 0

fedest.com, questions and answers