From:             [EMAIL PROTECTED]
Operating system: SunOS
PHP version:      4.2.2
PHP Bug Type:     OCI8 related
Bug description:  Using default user in OCI8 functions

I´m using Apache enviroment :
SetEnv ORACLE_HOME /usr/oracle
SetEnv ORA_NLS33 /usr/oracle/ocommon/nls/admin/data
SetEnv NLS_LANG icelandic_america

I also set the tns_names and more env within root enviroment before I
execute apachectl start running php as a module. 
I also compiled Php with Oci8.

I´m having trouble with ocilogon function when I use the 
ocilogon("/","") (default user/nopass,server)

If I logon using a valid username and password then it is ok, but when I
use this method it returns an ora error :
ORA-01005: null password given; logon denied 

I also have the ora libs and if I use ora_logon("/","") that seems to
work.

-- 
Edit bug report at http://bugs.php.net/?id=19714&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=19714&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=19714&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=19714&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=19714&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=19714&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=19714&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=19714&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=19714&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=19714&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=19714&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19714&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=19714&r=dst

Reply via email to