And which datatype should these parameters have? In Oracle they are of the type Refcursor
I've tried several but I always get an error that there is a mismatch in datatype
-T
Hello,
I have this MS access application which needs to retrieve multiple refcursors from an Oracle database and export this to a MS Excel workbook. Per refcursor a sheet needs to be used to place the contents of the refcursor.
What I have so far is that I can retrieve the first refcursor...
Hi,
Is the following possible:
select *
from table_x
where field_x in (value_x, value_y, value_z)
value_y doesn't exist in the table thus logically speaking the query would only return the results for value_x and value_z.
Now my questions is, can I also retrieve a blank row for value_y via...
One more question:
Is it possible to provide input parameters to the function/stored procedure in question?
if yes, how does it work?
as follows?
select * from table(get_tab(param1, param2))
Thanks Dagon.
I think this is what I'm looking for.
I'll give it a try.
So with
create or replace TYPE TMP_REC IS OBJECT (DUMMY_ID INTEGER)
I can basically define a complete structure like?
create or replace TYPE TMP_REC IS OBJECT (DUMMY_ID INTEGER,
name varchar2(25), street...
Hi,
Is it possible to create a view based on the output of a stored procedure? this output will be a recordset
This stored procedure will access a few tables, do some transformations on the data and this data should then be returned to Business Objects. Since Business Objects doesn't support...
For some reason I just keep on getting this error:
Warning: Cannot modify header information - headers already sent by (output started at C:\devtools\xampp\htdocs\pp\xlsreport.php:1) in C:\devtools\xampp\htdocs\pp\xlsreport.php on line 3
This is the piece of code causing this:
line 1:<?php...
OK This problem is solved.
There was no permission to access the directories.
But now I get a different error.
I still use the same code as I was before (and which was working) but now I get following error:
DB Error: not found
Here is my code how I create my connection:
<?php...
Hi,
My website was runing fine for a few months but no all of a sudden i get following error while accessing my database:
Warning: main(DB.php): failed to open stream: No such file or directory in /home/w20998/public_html/test.php on line 5
Fatal error: main(): Failed opening required 'DB.php'...
Hi,
I'm pretty new to php and I have this problem I just can't fix. On my local machine (apache, php 4.3.4 and mysql) i've created this dbConnect.php script which reads in the db parameters (username, pwd, ...) and creates a connection with the DB.
In other scripts where i execute some...
Hi,
Is it possible to display a specific cell from a MS Excel sheet in an HTML document without using a webserver?
So whenever you update the value in Excel, it's automaticcaly updated in the HTML page.
Thanks,
Tijs
Hi there,
I have an application running on SilverStream 4 with an Oracle9i database behind it.
When I try to execute a callablestatement with setNull (eg. cstmt.setNull(14,Types.NULL);) I get the "java.sql.SQLException: Invalid column type" error message.
When I change to setNull to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.