Hi,

I have an application in Forms 6i (6.0.8.8.0) running on Oracle 8i (8.1.6) server. When I try to port the application to Oracle 9i (9.2.0.1.0) db server, I am facing some problems.

- I am able to connect to the database from 9i client SQL * Plus
- I am not able to connect to the database from SQL * Plus which comes with Forms 6i installation.
- The Forms application is crashing when I try to connect to the database and the following dump file is created

=======================================================
[09/01/03 18:19:02::Client Status [ConnId=0, PID=2120]
>> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION

======================= STACK DUMP =======================

Fault address: 67614564 01:000B3564
Module: D:\oracle\orant\BIN\ORA805.dll

System Information:
Operating System: Windows NT Version 5.0 Build 2195 Service Pack 4
Command line: "D:\orant\BIN\ifrun60.EXE" prg_home.fmx
FORM/BLOCK/FIELD: :.
Last Trigger: - (No error number)
Last Builtin: - (No error number)

Registers:
EAX:00000000
EBX:02D50674
ECX:00000000
EDX:00000160
ESI:02D5052C
EDI:02D4FF58
CS:EIP:001B:67614564
SS:ESP:0023:0012F4BC EBP:0012F4E0
DS:0023 ES:0023 FS:0038 GS:0000
Flags:00010202
------------------- Call Stack Trace ---------------------
Frameptr RetAddr Param#1 Param#2 Param#3 Param#4 Function Name
0x0012f4e0 67613ce8 00000004 02d50040 02d4ff58 00000001 0x67614564
0x0012f510 675615fe 02d50674 02d50040 02d4ff58 00000001 0x67613ce8
0x0012f530 5d1089ce 02d50674 02d50040 02d4ff58 00000001 0x675615fe
0x0012f560 5d10857a 02cf27a8 02d504c4 02d50674 02d50040 0x5d1089ce
0x0012f59c 5df0d72b 02d50040 0012fa80 02d034f8 02cf27a8 0x5d10857a
0x0012f92c 5df0d58c 02cfd8c8 0012fa80 00000000 02d034f8 0x5df0d72b
0x0012fa28 5df1bae3 02cf27a8 0012fa80 00000001 00000000 0x5df0d58c
0x0012fa84 5def9ff3 00000000 00000001 0012fabc 00000001 0x5df1bae3
0x0012faf0 5def9a46 031e3b3c 02d013a0 00000000 00000001 0x5def9ff3
0x0012fc0c 5def2c03 00000000 02d01820 0000000c 02d015b0 0x5def9a46
0x0012fd68 5def19e9 00000014 00000000 00000002 018809f0 0x5def2c03
0x0012fd8c 5def18be 01872090 00000000 00000000 00000002 0x5def19e9
0x0012fdac 67948963 01872090 00000000 00000000 00000002 0x5def18be
0x0012fdfc 6794a3a1 01873544 00403010 00000000 00000002 0x67948963
------------------- End of Stack Trace -------------------
=======================================================

I am totally stuck. Any help would be appreciated..

Thanks and Regards,
AJ