T
Tim
I've searched for the answer to this problem and have not seen it
(which suggests what the answer might be ;-) ). Is it possible to use
DBI (and DBD::Oracle) to connect to an Oracle server without
connecting to a database? This would be the DBI equivalent of:
sqlplus /nolog
SQL> connect user/passwd@database;
or, more similarly:
sqlplus /nolog @my.sql
where my.sql might be:
connect user/passwd@database;
select ...
etc.
I'm thinking this is not possible, but I hope it is. Thanks.
(which suggests what the answer might be ;-) ). Is it possible to use
DBI (and DBD::Oracle) to connect to an Oracle server without
connecting to a database? This would be the DBI equivalent of:
sqlplus /nolog
SQL> connect user/passwd@database;
or, more similarly:
sqlplus /nolog @my.sql
where my.sql might be:
connect user/passwd@database;
select ...
etc.
I'm thinking this is not possible, but I hope it is. Thanks.