Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ORA-01008 error

Status
Not open for further replies.

jruwol

Programmer
Aug 20, 2001
8
US
i have just migrated one of my PB 6.0 applications to
PB 8.0. when i attempt to run the application, i recieve the following error.
unable to connect to batabase
details follow : 999 DBMS ora oracle 8.0
is not supported in your current instalation

i then changed the .ini file to read
DBMS=O84 Oracle8/8i (8.x.4+)
instead of
DBMS = "OR8 ORACLE 8.0"

now when i run the application i recieve a the following error
01008 select error: ora-01008: not all
variables bound

What does this error mean, and does anyone know how to go about fixing it.

jruwol>:):O>
 
i have figured out the problem to my above question. when i upgraded from pb6.0 to pb8.0, i did not upgrade my oracle client software. pb6.0 needs oracle 8.0.5 client software, and pb8.0 needs oracle 8.1.6 client software. as far as i can figure out, the two clients are not interchangeable.

unfortunately in list and tree views, events are fired in a different order. my application runs now, and not how i want it to.

jruwol>:):O>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top