I have 2 applications using text_io package, one is reading a file and the other one is writing. When i deploy both applications on the web, ive got an error on my first application(reading file) that says ora-302000. the second application(writing on a file) have no errors but the file was...
I am new to Oracle Forms 6i. I am making a menu to call a form. How can i call do this? Shouil i still use the call_form or new_form function or the URL of the form when i deploy it to the Application Server?
set heading off
set headsep off
This is my sample script:
set pagesize 3000
set linesize 80
set feedback off
connect pro/prospero3@pro3;
spool c:\test.lis
select substr(upd.area_code.AREACODE,1,11),to_char(substr(upd.destination.CARRIER,1,4),'0000') de from upd.area_code,upd.destination...
I had 2 Database Pro1(sid = pro1) and Pro2(sid = pro2). Pro1 is residing on a different machine. I need to make an sql script to get data from pro2, the script will run on the machine where pro1 resides using sqlplus. How can I connect to Pro2? Both machine are running on unix.
Hello there!
I am using Oracle 8i as my Dbase and VB6 as my front end for development. I am using ODBC to connect to Oracle. My problem is I need to make a VB code to create an ODBC data source. How can i do this? Please help.
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.