dbTalk Databases Forums  

ASHMON under wine

comp.databases.oracle.server comp.databases.oracle.server


Discuss ASHMON under wine in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mladen Gogala
 
Posts: n/a

Default ASHMON under wine - 10-21-2011 , 08:11 PM






I was able to make it work by unpacking the instant client in ashmon\bin
directory and using EZCONNECT to host name. This is my listener.ora

[oracle@medo admin]$ cat listener.ora
# listener.ora Network Configuration File: /oracle/product/11.2.0/
dbhome_2/network/admin/listener.ora
# Generated by Oracle configuration tools.

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = medo)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
)
DEFAULT_SERVICE_LISTENER=HOME
ADR_BASE_LISTENER = /oracle

Of course, EZCONNECT must be in the sqlnet.ora. This enables me to
connect like this: sqlplus scott/tiger@localhost

Default service for listener is set in the listener.ora and EZCONNECT
allows me to use hostort/service syntax to find my database. Now, we
can try ashmon.bat:


Z:\tmp\ashmon\bin>ashmon.bat

Z:\tmp\ashmon\bin>bltwish.exe ..\funcs\begin.tcl -colormap new
fixme:msgack_message msg 7f (WM_GETICON) not supported yet
fixme:msgack_message msg 7f (WM_GETICON) not supported yet
fixme:msgack_message msg 7f (WM_GETICON) not supported yet
fixme:msgack_message msg 7f (WM_GETICON) not supported yet
fixme:msgack_message msg 7f (WM_GETICON) not supported yet
fixme:msgack_message msg 7f (WM_GETICON) not supported yet
fixme:imm:ImmReleaseContext (0x10090, 0xe88440): stub
fixme:actctxarse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctxarse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind
package of your distribution.
fixme:advapi:LsaOpenPolicy ((null),0x18f9158,0x00000001,0x18f9174) stub
fixme:advapi:LsaClose (0xcafe) stub
Error from thread 32
can't read "handle": no such variable
while executing
"::callback_mesg "$cur_proc:$handle""
fixme:x11drv:X11DRV_SelectPen PS_USERSTYLE is not supported
fixme:x11drv:X11DRV_SelectPen PS_USERSTYLE is not supported
fixme:x11drv:X11DRV_SelectPen PS_USERSTYLE is not supported


All those messages do not bother me, ashmon appears and works.
--
http://mgogala.byethost5.com

Reply With Quote
  #2  
Old   
Mladen Gogala
 
Posts: n/a

Default Re: ASHMON under wine - 10-21-2011 , 08:23 PM






On Sat, 22 Oct 2011 01:11:19 +0000, Mladen Gogala wrote:


Quote:
All those messages do not bother me, ashmon appears and works.
In other words, Oracle Instant Client 11.2 works under wine. That opens
some possibilities....



--
http://mgogala.byethost5.com

Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.