ID: 907
Comment by: arulvel dot ramanan at citigroup dot com
Reported By: eb at gifrance dot com
Status: Closed
Bug Type: Oracle related
Operating System: Solaris 2.5.1
PHP Version: 3.0.5
New Comment:
Hi,
When we are compiling PL/SQL PLLs(Forms version 6) in ORACLE UNIX
(HP-UX-9i) environment. We are getting the above error as follows.
ERROR 907 at line 1, column 1
cannot load library unit PUBLIC.TPACKAGE (referenced by ABC)
But finally it is ended with "Done. abc.pll compiled"
Is it ok to ignore the same and use the generated plx. Or whether there
will be any issues in future. Is there anyway to compile plls and fmbs
without the above issue.
regards
Arulvel
Previous Comments:
------------------------------------------------------------------------
[1999-05-29 11:43:33] thies at cvs dot php dot net
forgot to change the state
------------------------------------------------------------------------
[1999-05-29 11:29:19] thies at cvs dot php dot net
please do
ora_fetch_into($curs,&$arr,ORA_FETCHINTO_NULLS) to also get NULL
columns returned!
------------------------------------------------------------------------
[1998-11-09 05:13:05] eb at gifrance dot com
$query = "SELECT nom_classif, desc_classif, img_classif FROM
classifications WHERE num_classif=6";
In this case, nom_classif = "Mode", desc_classif=img_classif="";
ora_fetch_into returns array("Mode") instead of array("Mode", "", "")
This occurs only when the last records are empty (in this case,
desc_classif and img_classif).
I use PHP module with Netscape Server 3.5.1 and Oracle 7.3.4.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=907&edit=1