Re: DBD::Oracle, 10g Lob Refetch problem
[email protected] (Michael Ludwig)
| Newsgroups | perl.dbi.users |
|---|---|
| Message-ID | <20101221091821.GY2712@wladimir> |
Martin J. Evans schrieb am 21.12.2010 um 09:03 (+0000):
> e.g. for my database here with a SID of "devel" where the database is
> running on betoracle.easysoft.local and my user is fred/password I do:
>
> export ORACLE_USERID=fred/password
Minor correction for TWO_TASK:
> export TWO_TASK=//betoracle.easysoft/local/devel
export TWO_TASK=//betoracle.easysoft.local/devel
^
> I can run sqlplus with:
>
> sqlplus -S fred/password@$betoracle.easysoft.local:1521/devel
--
Michael Ludwig