|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
re:database name
hi,
how do i know the default database name as i was not prompted during installation(8i personal ed).and also other database name created by others. regards ds |
|
#2
|
|||
|
|||
|
Code:
SELECT name FROM v$database; |
|
#3
|
|||
|
|||
|
Jim's query only shows the name of database which you are connected to, not the all databases created by other DBA(s).
In one case I used tnsnames.ora file to find out the database name and the number of databases are exist in the system. I pasted a snappit of this file, if you find the same code or similar to it you can easily know what is the database name, I marked database name with red color, MYDATABASE.WORLD (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=10.10.10.90)(PORT=1521)) (CONNECT_DATA=(SID=MYDATABASE)) |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > re:database name |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|