in reply to DBI and Oracle ORA-12505 error
Does tnsping help?
Have you tried connecting using the TWO_TASK variable? Is it set or unset?
What is the result of
# Note that the SID is case sensitive in Ora 11! my $dbh = DBI->connect ("dbi:Oracle:sid=jupiter;host=jupitercluster", "user", "pass", { RaiseError => 1, PrintError => 1, ChopBlanks => 1, ShowErrorStatement => 1, FetchHashKeyName => "NAME_lc", }) or die $DBI::errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBI and Oracle ORA-12505 error
by jmb (Novice) on May 13, 2013 at 15:42 UTC | |
by Tux (Canon) on May 13, 2013 at 16:26 UTC |