If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Segmentation fault connecting from 9.2 to 7.3.4

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-07-03, 15:22
malvcr malvcr is offline
Registered User
 
Join Date: Jan 2003
Posts: 1
Wink Segmentation fault connecting from 9.2 to 7.3.4

Hello

I have an Oracle 9.2.0.1.0 instance created on a RedHat 8.0 OS. In general works very good.

A machine with tools previous to the 9i database works fine with the new instance, but when I like to connect with an 7.3.4 instance on a Windows NT server, it give me a segmentation fault.

Somebody knows why this could be happening?

Thank you.

P.S.

For those guys trying to install 9.2 on RD 8.0. First you need to change some parameters on the /etc/sysctl.conf file:

kernel.shmmax = 2147483648
kernel.shmmin = 1
kernel.shmmni = 100
kernel.shmseg = 4096

When I was installing the product, the linking phase give me one problem. I only skip it and the rest works fine (well, I think so). Only the menu was not updated, so it's necessary to run programs by hand and using the " . oraenv " old friend.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On