Can anybody tell me where I can find good online manuals for oracle 8.
http://www.experts-exchange.com/Database/Oracle/Q_10264615.html
Zones:
OracleDate Answered: 01/25/2000 Grade: A Views: 0
Hi All Expert,
Can u please give me a short example to see how to call Orcale Store Procedure using VB as front end?
if in the Store Procedure requires:
Input Parm : @ID_No
SQL ...
http://www.experts-exchange.com/Database/Oracle/Q_20223587.html
Zones:
OracleDate Answered: 11/18/2001 Grade: A Views: 0
Hi,
I have built a server for the purpose of reporting historical data. The server is a Sun E3500 running Solaris 8. The following applications have been installed:
Oracle 9.2.0.1
Micromuse ...
http://www.experts-exchange.com/Database/Oracle/Q_21013303.html
Zones:
OracleDate Answered: 06/04/2004 Grade: C Views: 0
Below is code from Excel VBA that queries an Orcale database.
Both the fields of BAYID and ZONEID may be returned as a null value. My code errors out when this occurs. How do a modify to allow...
http://www.experts-exchange.com/Database/Oracle/Q_22077015.html
Zones:
OracleDate Answered: 11/29/2006 Grade: A Views: 0
Where can I find good online documentation or a good book about dynamic sql and oracle's build in packages. I have allready big orcale books, something what is comming straight to the point and we...
http://www.experts-exchange.com/Database/Oracle/Q_10466519.html
Zones:
OracleDate Answered: 06/21/2000 Grade: A Views: 0
HI,
The data in data base has to store in english, when a particluar user wants to see any language he should see the data in that language,
In reverse when he submits data he should be able to s...
http://www.experts-exchange.com/Database/Oracle/Q_10596761.html
Zones:
OracleDate Answered: 08/10/2000 Grade: C Views: 0
Could anybody give me a simple example about how to store a picture (fx jpg) in Oracle using Long Raw, and how to recieve it back. I'm using JSP. I have tried to store a picture (jpg), but i'm not ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20193683.html
Zones:
JavaDate Answered: 10/24/2001 Grade: A Views: 0
hai all
I am new to SQL-server7 , i know oracle. i have a proble ,
i have two tables called "master" and "child"
master table has primary key which is referred in child table.
i am trying...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20644038.html
Zones:
DatabasesDate Answered: 04/14/2004 Grade: A Views: 0
I need to convert an Oracle DB to MSSQL 2000. I am looking for some good articles or any tools available.
Thanks,
K
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21836487.html
I have a table DOCUMENTS(ID number PRIMARY KEY, DOCUMENT LONG) which stores HTML files in field
DOCUMENT, and a stored procedure
INS_DOCUMENTS_PRC (ID_ NUMBER, DOCUMENT_ LONG)
IS
BEGIN
...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_11232501...