Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

I have 2 Databases. How can create a table in particular
database? How can i know the list of tables presented each
database?( in oracle 10g)

Answer Posted / priya

login to one database like
sqlplus username@databasename/password

After enter into sql
create table databasename.tablename
and to call select * from databasename.tablename

then to connect to other user

connect dbuser/pwd (not sure of this statement .. It should
be something like this please google it otherwise)

and to list the tables particular to database:
select * from tab; fetch the result from that particular
database which is connected

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to use case expression? : Sql dba

1073


What is the command used to fetch first 5 characters of the string?

1459


differentiate between float and double. : Sql dba

1104


what is column? : Sql dba

1046


What is pl sql collection?

1011


Why is pl sql needed?

1000


Does sql support programming?

1112


Which nosql database is best?

1020


What is sql in oracle?

1104


What is difference between left and right outer join?

1033


How do you update a sql procedure?

1086


When sql appeared?

1145


Differentiate between sga and pga.

1204


How many types of tables are there?

994


what is text? : Sql dba

1113