Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Dump data from unicode database

by sachin raj aryan (Acolyte)
on Jul 06, 2021 at 07:18 UTC ( [id://11134690]=note: print w/replies, xml ) Need Help??


in reply to Dump data from unicode database

Issue resolved when i added ora_charset=>'AL32UTF8' in dbi->connect my $dbh = DBI->connect('dbi:Oracle:host=xx.x.x.x;service_name=shadow; port=1521;SERVER=DEDICATED',$user,$password, { PrintError => 1, RaiseError => 1, AutoCommit => 1, FetchHashKeyName => 'NAME_lc', TraceLevel => 1, ora_charset=>'AL32UTF8' }) or die "Canot create Databse Handle: $DBI::errstr() \n";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-16 08:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found