473,385 Members | 1,843 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Retrieve the DBMS_OUTPUT buffer from ASP/ADO

Is there any way to reach the content of the DBMS_OUTPUT buffer after
calling an Oracle stored procedure from ASP/ADO?
Jul 19 '05 #1
2 6113

"Agoston Bejo" <gu***@freemail.hu> wrote in message
news:ci**********@news.caesar.elte.hu...
| Is there any way to reach the content of the DBMS_OUTPUT buffer after
| calling an Oracle stored procedure from ASP/ADO?
|
|

you'll need to make appropriate DBMS_OUTPUT procedure calls both before and
after calling the stored procedure

complete information is available in PL/SQL Packages and Types Reference
(10g -- previously called the Supplied PL/SQL Packages and Types
Reference) -- available at http://tahiti.oracle.com

specifically, you'll want to look at:
DBMS_OUTPUT.ENABLE
DBMS_OUTPUT.GET_LINE
DBMS_OUTPUT.GET_LINES

++ mcs
Jul 19 '05 #2

"Mark C. Stock" <mcstockX@Xenquery .com> wrote in message
news:l4********************@comcast.com...
|
| "Agoston Bejo" <gu***@freemail.hu> wrote in message
| news:ci**********@news.caesar.elte.hu...
| | Is there any way to reach the content of the DBMS_OUTPUT buffer after
| | calling an Oracle stored procedure from ASP/ADO?
| |
| |
|
| you'll need to make appropriate DBMS_OUTPUT procedure calls both before
and
| after calling the stored procedure
|
| complete information is available in PL/SQL Packages and Types Reference
| (10g -- previously called the Supplied PL/SQL Packages and Types
| Reference) -- available at http://tahiti.oracle.com
|
| specifically, you'll want to look at:
| DBMS_OUTPUT.ENABLE
| DBMS_OUTPUT.GET_LINE
| DBMS_OUTPUT.GET_LINES
|
| ++ mcs
|
|
PS: just post stuff like this to one group (didn't notice that before my
first response) any other replies will be to just like
comp.databases.oracle.server

++ mcs
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Info 3000 | last post by:
Hi there, Simple question, but headache ! I have a PHP Page like : <HTML> <HEAD> <TITLE>Sunny day !</TITLE> </HEAD>
0
by: Agoston Bejo | last post by:
Is there any way to reach the content of the DBMS_OUTPUT buffer after calling an Oracle stored procedure from ASP/ADO?
2
by: Intrepid Soldier | last post by:
Hello all, My database has a single table with a single column of the type VARCHAR(20). I insert one record into this table through the command line and then I try to retrieve this record through...
5
by: Gidraz | last post by:
Hello, i can't figure out how to retrieve clients MAC address using C#.NET. I can get IP but not MAC. Thanks in advance. Gidraz
2
by: Jeff Beem | last post by:
Hi all, I know that I can place an access database into an assembly as a resource by dropping it into the Project Explorer and setting it's "Build Action" property to Embedded Resource. How do...
0
by: padhuwork | last post by:
Hi, I want to create a Windows DLL using VC++ 6.0 which connects to SQL Server. After establishing the connection, I want to retrieve records from table (query) and out put the recordset to a...
2
by: Adam Teale | last post by:
hey guys Is there a builtin/standard install method in python for retrieving or finding out an image's dimensions? A quick google found me this:...
5
by: manheim | last post by:
I have a page posting a raw jpg to me via HTTP POST. All reference I've found is centered around retrieving POST data as name/value pairs which will not work in this situation. What I need to do...
2
by: Agoston Bejo | last post by:
Is there any way to reach the content of the DBMS_OUTPUT buffer after calling an Oracle stored procedure from ASP/ADO?
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.