I'm getting an error while connecting to oracle using the following code:
$sDataBaseHandler = DBI->connect ( "DBI:Oracle:host=lyris; sid=dems; port=22", 'demsuser', 'demsuser' ) ;
the error is: DBI connect failed.
is there any error in the above code as the database name, sid, password & userid is correct.
TIA
Raj
$sDataBaseHandler = DBI->connect ( "DBI:Oracle:host=lyris; sid=dems; port=22", 'demsuser', 'demsuser' ) ;
the error is: DBI connect failed.
is there any error in the above code as the database name, sid, password & userid is correct.
TIA
Raj