Database Name ? [message #33445] |
Wed, 13 October 2004 02:09 |
swetha
Messages: 10 Registered: November 2000
|
Junior Member |
|
|
How can I select databasenames which are available in my system ?
how to create a new database ?
pls help me..
thanks..
|
|
|
|
|
|
Re: Database Name ? [message #33485 is a reply to message #33445] |
Thu, 14 October 2004 05:12 |
dilip kumar
Messages: 111 Registered: December 2003
|
Senior Member |
|
|
Hi
you can see in two different ways
1)go to services option of ur windows then u will find the instance name for each of the database created on your system(this will work only if your instance name is same as database name)
2)got windows registry under that select local machine software option under that u will see oracle_home once it shows that option on left hand side u will find all the database names)
select * from global_name from will give only one database name to which you have connected
regards
D.Dilip
|
|
|
|
Re: Database Name ? [message #33495 is a reply to message #33494] |
Thu, 14 October 2004 21:10 |
dilip kumar
Messages: 111 Registered: December 2003
|
Senior Member |
|
|
Hi
you can create in two different ways
1)manually(needs to perform many tasks manually)
2)with help of database configuration assistant option(no need to perform any manual tasks it's gui tool just keep on click NEXT option then DBCA tool will create a database for you)
for 2 and option go to programs select oracle option under that select configuration assistant then you will find a option to create a database then it ask for some information from you like database name and all just type the options
Regards
D.Dilip
|
|
|