in reply to Re: [OT] Get the database name in Oracle
in thread [OT] Get the database name in Oracle
What's the meaning of $dbname here ? . when i invoke sqlplus usr/pwd , then it entered into some database.i donno which one..Just i want to know before i put my hands on this.use DBI; $dbh = DBI->connect("dbi:Oracle:$dbname",$user,$passwd);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: [OT] Get the database name in Oracle
by astroboy (Chaplain) on Jan 03, 2006 at 09:42 UTC |