Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

/ as sysdba stopped working post oracle patching

by Anonymous Monk
on Dec 04, 2024 at 18:28 UTC ( [id://11163012]=perlquestion: print w/replies, xml ) Need Help??

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

$tdb = DBI->connect("dbi:Oracle:","/",undef, { ora_session_mode => ORA +_SYSDBA }) or &errHand("5","Database is unavailable.");

Replies are listed 'Best First'.
Re: / as sysdba stopped working post oracle patching
by cavac (Parson) on Dec 05, 2024 at 10:13 UTC

    You didn't provide any details for us to really understand your problem. Please provide a Short, Self-Contained, Correct Example. It certainly would also help to know more about this "Oracle patching". From what version to what version did you upgrade? What are the relevant changes/releasenotes? Any documented incompatibilities with older clients? Changes to security settings? Deprecated features?

    On first glance, this sounds more like a database problem than a Perl problem.

    Just in case, try to reinstall the Oracle client libraries and DBD::Oracle. There might be an API/ABI mismatch that prevents a proper connection. Does your command line client (running under the same OS user) work with the same login information?

    PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP
    Also check out my sisters artwork and my weekly webcomics

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11163012]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2025-01-24 16:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (68 votes). Check out past polls.