Thread: Oracle 10g DB on Mac OS X 10.4 (Tiger)


Permlink Replies: 112 - Pages: 8 [ 1 2 3 4 5 | Next ] - Last Post: Jan 10, 2007 6:44 PM Last Post By: Alf Threads: [ Previous | Next ]
jjhpd00@gmail.com

Posts: 6
Registered: 09/07/04
Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 17, 2005 3:26 PM
Click to report abuse...   Click to reply to this thread Reply
For those who have access to the release candidates of OS X 10.4, have you been able to successfully install 10g DB and create a database.

In my case, while running the DBCA, I run into a "ORA-12547: TNS: lost contact" error while the database files are being copied. The log file entry for the error goes like this:

java[8596] CFLog (0): CFMessagePort: bootstrap_register(): failed 1103 (0x44f), port = 0x16903, name = 'java.ServiceProvider'
See /usr/include/servers/bootstrap_defs.h for the error codes
java[8596] CFLog (99): CFMessagePortCreateLocal(): failed to name Mach port (java.ServiceProvider)

...does anyone know how to fix this?

Thanks!

jlemaire

Posts: 2
Registered: 10/11/99
Re: Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 23, 2005 11:01 PM   in response to: jjhpd00@gmail.com in response to: jjhpd00@gmail.com
Click to report abuse...   Click to reply to this thread Reply
I don't know how to fix the problem but it seems critical. The install failed and when I tried to fix it, I got:

SQL> connect / as sysdba
dyld: Symbol not found: _SSL_ALG_CLIENT_AUTH_MODE_RSA_SIGN_CLIENTSIDE_BS
Referenced from: /Volumes/Shared/oracle/product/10.1.0/db_1/lib/libnnz10.dylib
Expected in: flat namespace

ERROR: ORA-12547: TNS:lost contact
Ronald Rood

Posts: 529
Registered: 01/21/99
Re: Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 25, 2005 5:59 AM   in response to: jlemaire in response to: jlemaire
Click to report abuse...   Click to reply to this thread Reply
I did not test in the more recent tiger installations but in an early preview I could get the database up and running without any problems. The installation was done in 10.3 and I rebooted to tiger to test.
For production purposes it does not make sense to run on an other release than 10.3.6 since it's the only supported macosx release. Let's hope oracle is quick with 10gr2 and includes tiger support in it. (don't hold your breath).

Ronald.
http://homepage.mac.com/ik_zelf/oracle
fiebelko

Posts: 89
Registered: 02/22/99
Re: Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 29, 2005 7:27 AM   in response to: Ronald Rood in response to: Ronald Rood
Click to report abuse...   Click to reply to this thread Reply
Also Oracle 9i (Dev. Release) ... Grrrr:

$ sqlplus /nolog

SQL*Plus: Release 9.2.0.1.0 - Developer's Release on Fr Apr 29 16:29:29 2005

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

SQL> connect / as sysdba;
dyld: Symbol not found: _kumain_globals
Referenced from: /g_opt/oracle/lib/libcommon9.dylib
Expected in: flat namespace

ERROR:
ORA-12547: TNS:lost contact
Tom Barry

Posts: 56
Registered: 10/07/98
Re: Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 29, 2005 9:53 AM   in response to: fiebelko in response to: fiebelko
Click to report abuse...   Click to reply to this thread Reply
Just curious- are you getting these errors from an existing Oracle installation after upgrading to Tiger? Or did you upgrade to Tiger and then install a new copy of Oracle? Did you try relinking the Oracle kernel after the Tiger upgrade?

I'll be buying Tiger later today, but may not install it right away...
fiebelko

Posts: 89
Registered: 02/22/99
Re: Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 29, 2005 10:01 AM   in response to: Tom Barry in response to: Tom Barry
Click to report abuse...   Click to reply to this thread Reply
I used Oracle 9i and 10g for developing for months. I had check the database and our application before upgrading to Mac OS X. All works well ...

After upgrading i cannot start oracle any more.

But i seems a general problem in "Tiger". All symbols included by static libs (libnls9.a, libcore9.a and in our app libtcl7.6.a) will not be found by Apples "dyld" ...
Tom Barry

Posts: 56
Registered: 10/07/98
Re: Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 29, 2005 10:08 AM   in response to: fiebelko in response to: fiebelko
Click to report abuse...   Click to reply to this thread Reply
Just to make sure- did you try relinking the kernel after upgrading to Tiger?
fiebelko

Posts: 89
Registered: 02/22/99
Re: Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 29, 2005 12:17 PM   in response to: Tom Barry in response to: Tom Barry
Click to report abuse...   Click to reply to this thread Reply
No, i have no relink oracle. But i have relink some of my onw libs using mostly dylib and some static libs. All symbols use on dylib (util.dylib) from static lib (libtcl.a, libtclx.a) are broken. After building dylib for tcl/tclx and relink all works well. TCL, X11, ... but no Oracle (starting nor connecting)

Next i try to install Oracle 10g ... Comming back, soon!
Ronald Rood

Posts: 529
Registered: 01/21/99
Re: Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 29, 2005 12:43 PM   in response to: fiebelko in response to: fiebelko
Click to report abuse...   Click to reply to this thread Reply
You might as well try relink all, instead of re-install.

Ronald.
http://homepage.mac.com/ik_zelf/oracle
Tom Barry

Posts: 56
Registered: 10/07/98
Re: Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 29, 2005 1:21 PM   in response to: Ronald Rood in response to: Ronald Rood
Click to report abuse...   Click to reply to this thread Reply
I could just try it, but can't do it until later, so I'll ask here. The relink script that comes with the Oracle9i Developer release for Mac OSX appears to be broken (even after you fix the locations of find, dirname, awk, and touch). Has anyone either managed to fix this script, or use the script that comes with 10G to relink Oracle9i? My guess is that the latter is a real long shot.
fiebelko

Posts: 89
Registered: 02/22/99
Re: Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 29, 2005 10:08 PM   in response to: Tom Barry in response to: Tom Barry
Click to report abuse...   Click to reply to this thread Reply
I have now clean install Oracle 10.1.0.3.0

1) Error on starting "agent emsubagent nmo mnb"

2) File %fileName% not found

3) On DB Creating Assistent: "ORA-12547: TNS: lost contact"

aragorn:~ oracle$ sqlplus /nolog

SQL*Plus: Release 10.1.0.3.0 - Production on Sat Apr 30 07:07:28 2005

Copyright (c) 1982, 2004, Oracle. All rights reserved.

SQL> connect / as sysdba;
dyld: Symbol not found: _SSL_ALG_CLIENT_AUTH_MODE_RSA_SIGN_CLIENTSIDE_BS
Referenced from: /g_opt/oracle/product/10.1.0/lib/libnnz10.dylib
Expected in: flat namespace

ERROR:
ORA-12547: TNS:lost contact



I convinced, that all symbols using in dylib's and provided by static libs (*.a) cannot be found!
Ronald Rood

Posts: 529
Registered: 01/21/99
Re: Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 30, 2005 1:12 AM   in response to: fiebelko in response to: fiebelko
Click to report abuse...   Click to reply to this thread Reply
That's a pity. When I tested 10g on an early pre release of tiger it just worked. Maybe it still does with xcode 1.5 installed instead of 2.0 ?

Ronald.
Ronald Rood

Posts: 529
Registered: 01/21/99
Re: Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 30, 2005 6:32 AM   in response to: Ronald Rood in response to: Ronald Rood
Click to report abuse...   Click to reply to this thread Reply
What happens when you select gcc 3.3 as default and relink oracle ?
(sudo gcc_select 3.3)

regards,
Ronald (who still has not installed the tiger final release)
http://homepage.mac.com/ik_zelf/oracle
fiebelko

Posts: 89
Registered: 02/22/99
Re: Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 30, 2005 7:48 AM   in response to: Ronald Rood in response to: Ronald Rood
Click to report abuse...   Click to reply to this thread Reply
1. Taking "dyld" from 10.3.9 isn't a good idea ... have to boot from CD and move back the original.

2. Trying XCode 1.2
aragorn:~ oracle$ gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1640)

Oracle not linkable using XCode 1.2 ... have canceled installation after a douzend Alerts.

3. XCode is only installable on Mac OS X 10.3.x (it said!)

4. Trying XCode 2 (with gcc_select 3.3)
aragorn:~ oracle$ gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1809)

dyld: Symbol not found: _SSL_ALG_CLIENT_AUTH_MODE_RSA_SIGN_CLIENTSIDE_BS
Referenced from: /g_opt/oracle/product/10.1.0/lib/libnnz10.dylib
Expected in: flat namespace
ERROR:
ORA-12547: TNS:lost contact

5. No more ideas ... have inform Apple over "Feedback" and "DevBugs"! Mac OS X 10.4 ("Tiger") isn't useable for Oracle-Developer. Notice: Same Problem on my own application:
gcc -no-common -o util1.o util1.c
ar -c libutil1.a util1.o
gcc -no-common -o util2.o util2.c
gcc -dynamiclib -flat_namespace -undefined suppress libutil2.dylib util2.o
gcc -o test -lutil2 -lutil1
Symbols from libutil1 not found, when using from libutil2 ... ;-(

fiebelko

Posts: 89
Registered: 02/22/99
Re: Oracle 10g DB on Mac OS X 10.4 (Tiger)
Posted: Apr 30, 2005 8:31 AM   in response to: fiebelko in response to: fiebelko
Click to report abuse...   Click to reply to this thread Reply
Additional information:

Using gcc-4.0 (Xcode2):
1) Error on starting "agent emsubagent nmo mnb"
2) File %fileName% not found
3) libclntsh.dylib.10.1 was not created, only libclntsh.dylib exists

Using gcc-3.3 (Xcode2):
No of these errors appears!

Both: No runable Oracle results! Symbol not found ...
Legend
Guru Guru : 2500 - 1000000 pts
Expert Expert : 1000 - 2499 pts
Pro Pro : 500 - 999 pts
Journeyman Journeyman : 200 - 499 pts
Newbie Newbie : 0 - 199 pts
Oracle ACE Director
Oracle ACE Member
Oracle Employee ACE
Helpful Answer (5 pts)
Correct Answer (10 pts)

Point your RSS reader here for a feed of the latest messages in all forums