WebDB2.2 on SuSE Linux6.3,Kernel 2.2.13

Hello to all of you!
Problem:Oracle 8051 on SuSE Linux 6.3 works
fine. wdblsnr and db listener up and running.
When trying to connect to databse with a netbrowser i get:
Database Log In Failed
TNS could not resolve service name
Verify that the TNS name in the connectstring
entry of DAD for this URL is valid.
I4ve checked several files incl. websvr.app.
Logging in as webdb/webdb@dana works!
This problem is driving me nuts !
Who of you can help? Thank you in advance...
Karlheinz

Hi,
I am also facing same problem.
Did you get the solution?
Are you successed in opening the AS Portal Home Page?
In all casses please remain in contact with me as we travelling
in the same boot.
Nasir

Similar Messages

  • Oracle 10g on SuSE 9 with kernel 2.6.4

    Hi,
    i have installed Oracle 10g on SuSE 9 Professional with kernel 2.4.21-192 and it works fine.
    For testing purposes i have installed a 2.6.4 Kernel and get the following error on database startup:
    SQL> Connected to an idle instance
    SQL> ORA-27125: unable to create shared memory segment
    Linux Error: 1: Operation not permitted
    SQL> Disconnected
    Do you have any hints or is the kernel 2.6 not supported.
    Thanks Klaus

    /* using strace I have narrowed this down to the shmget call for allocating SGA memory. Specifically 2.6 kernel generates a WAIT in this call and Oracle specify IPC_NOWAIT flag, hence the failure condition.*/
    #include <sys/types.h>
    #include <sys/shm.h>
    #include <sys/types.h>
    #include <sys/mman.h>
    #include <errno.h>
    extern int errno;
    #define SHM_HUGETLB 04000
    #define SGA_SIZE 192937984
    #define dprintf(x) printf(x)
    #define ADDR 3285588844UL
    main()
    int shmid;
    int i, j, k;
    volatile char *shmaddr;
    if ((shmid = shmget(ADDR, SGA_SIZE, IPC_CREAT|IPC_NOWAIT|IPC_EXCL|0660) )
    < 0) {
    perror("IPC_NOWAIT Failure:\nTry without NOWAIT condition");
    if ((shmid = shmget(ADDR, SGA_SIZE, IPC_CREAT|IPC_EXCL|0660) )
    < 0) {
    perror("Failure:");
    exit(1);
    printf("shmid: 0x%x\n", shmid);
    shmaddr = shmat(shmid, (void *)ADDR, SHM_RND) ;
    if (errno != 0) {
    perror("Shared Memory Attach Failure:");
    exit(2);
    printf("shmaddr: %p\n", shmaddr);
    dprintf("Starting the writes:\n");
    for (i=0;i<SGA_SIZE;i++) {
    shmaddr[i] = (char) (i);
    if (!(i%(1024*1024))) dprintf(".");
    dprintf("\n");
    dprintf("Starting the Check...");
    for (i=0; i<SGA_SIZE;i++)
    if (shmaddr[i] != (char)i)
    printf("\nIndex %d mismatched.");
    dprintf("Done.\n");
    if (shmdt((const void *)shmaddr) != 0) {
    perror("Detached Failure:");
    exit (3);

  • SuSE, kernel 2.4.12 RAM consumption

    Hi,
    Linux related but I thought would be interesting for others.
    On the system with SuSE 7.2 kernel 2.4.12 'free' shows total RAM
    900M which is 124M less then is in reality. With kernel 2.4.4-
    4GB or the same 2.4.12 kernel without frame buffer support
    memory displays right. I know you can do 'mem=1024M' with lilo
    but I am looking for the reason rather than a solution. Also, if
    anybody did any example of an application that does garbage
    collection at user's request would appreciate if you could share.
    Thanks
    Anatoliy Smirnov

    ok, I got it

  • Stopping the Enterprise Manager Console (Oracle 10g on SuSE 9.1)

    I'm trying to stop the Enterprise Manager Console by issuing the command:
    ${ORACLE_HOME}/bin/emctl stop dbconsole
    Unfortunately, the command fails to stop the EM Console. Here's the output I get:
    TZ set to US/Pacific
    Oracle Enterprise Manager 10g Database Control Release 10.1.0.2.0
    Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
    http://<hostname>:5505/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    --- Failed to shutdown DBConsole Gracefully ---
    failed.
    The only way I can stop the EM Console (and related services--i.e., emagent) is to kill its process.
    Everything (Listener, DB Instance, EM Console) starts fine. I can stop the Listener and DB Instance without any problems. It's just the EM Console shutdown that doesn't happen cleanly.
    Has anyone else encountered the same condition? If so, what was the solution?
    Here's my operating environment:
    SuSE 9.1 (Kernel 2.6.5-7.108-default)
    Oracle 10g
    Thanks in advance for any help/insight.

    Has anyone else encountered the same condition? If so, what was the solution?Yes. Shutdown/reboot of the system made the error go away.
    Sorry, no better clues,
    Toni

  • [installation] studio creator on Suse 10.1

    Hi there,
    on my laptop (1,7 Ghz cpu, 1 Ghz ram), runs Suse 10.1(kernel Linux 2.6.16.13-4-default i686) and I'd like install studio creator wich is at moment on XP (and I'm not very happy about the performance).
    But looking at http://developers.sun.com/prodtech/javatools/jscreator/sysreqs/index.jsp#04
    it seems that it can only runs on Red Hat Enterprise Linux 3.
    Did anyone try it on Suse, what will be the conseguence if I proceed anyway?
    Thanks in advance for your reply.

    Have you tried downloading and installing the latest HotFixes from the Update Center, on your window machine? The HotFixes have several performance improvement fixes.
    http://developers.sun.com/prodtech/javatools/jscreator/downloads/hotfixes/index.jsp
    Regarding creator on suse 10.1, users have reported that it runs fine:
    http://forum.sun.com/jive/thread.jspa?threadID=97305&messageID=334105

  • Need help setting up UML290 4g modem on SuSE Linux 11.3

    greetings,
       I have been digging through this forum and found other users that have had success in setting up their UML290 with both Mac and Linux. Ref:  http://community.vzw.com/t5/4G-Discussion/4G-LTE-Data-stick-Mac-Linux-Windows-other-authentication/td-p/347794/highlight/true/page/3   I took the plunge and signed for the new device.  It has been activated and initialized using windows XP Pro.  I have installed the modem device using YaST2 (configuation tool), set as /dev/ttyASM0 , set to #777 [email protected], etc.  I am using Qinternet to make the connections.  Below is the log, as it won't connect.
    Qinternet.logSuSE Meta pppd (smpppd-ifcfg), Version 1.60.46 on linux-ib6d.Status is: disconnectedtrying to connect to smpppdconnect to smpppdStatus is: disconnectedStatus is: connectingpppd[0]: Plugin passwordfd.so loaded.pppd[0]: speed 480000000 not supportedpppd[0]: --> WvDial: Internet dialer version 1.60pppd[0]: --> Initializing modem.pppd[0]: --> Sending: ATZpppd[0]: ATZpppd[0]: OKpppd[0]: --> Sending: AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0pppd[0]: OKpppd[0]: --> Sending: ATM0pppd[0]: ATM0pppd[0]: OKpppd[0]: --> Sending: ATX3pppd[0]: ATX3pppd[0]: OKpppd[0]: --> Modem initialized.pppd[0]: --> Sending: ATDT#777pppd[0]: --> Waiting for carrier.pppd[0]: ATDT#777pppd[0]: NO CARRIERpppd[0]: --> No Carrier!  Trying again.pppd[0]: --> Sending: ATDT#777pppd[0]: --> Waiting for carrier.
      Basically, what am I doing wrong, and how do I correct it?  I have been using the Pantech UM175 over the past years with success. There is also reference in the other post that this can or should be set up as an ethernet device.  How can that be done?
    4G LTE GSM General Device Settings-Phone Number: PhoneNumberAccount name: [email protected]: vzwAdvanced Settings-Carrier: GenericModel: GPRS (GSM/3G)APN: vzwinternetCID: 1
    thanks in advance for any help,
    idee

    OK, I have tested about all I care to at this point.  I have a g3 connection on Linux using the Pantech UML290 from Verizon.
    Open SuSE 11.3
    Kernel Linux 2.6.34.7-0.7 desktop
    Gnome 2.30.0  (using LXDE)
    QInternet for connections
    Modem installed as /dev/ttyACM0
    Tone Dial, Speaker Off, Detect Tone Dial Off
    Details (default settings)
      Buad Rate - 480000000
      Init 1 - ATZ
      Init 2 - AT Q0 V1 E1 S0=0 & C1 &D2 +FCLASS=0
    Enable Device Control Via Qinternet
    Provider information:
       Name: vzw4g #777
       Phone Number: #777
       User Name: [email protected]
       Password: vzw
    Manual (defaults for all of the rest of the settings)
     #777 provided the quickest (almost instant) connection to the carrier.  *99# & *99***3# also worked, but after a 60 second or longer wait.
    The primary reason for the successful 3g connection seems to be the use of the Pantech Tool posted by Toughbook (linked here) at the Verizon forum.  This process is all done under windows.  Be advised, if you have the tool "read" your device, you must write, even if you made no changes.  If you don't it won't work under the VZAccess Manager.
      The default settings (AT+CGDCONT?) on your UML290 should be:
    +CGDCONT: 1,"IPV6","vzwims","0:0:0:0:0:0:0:0",0,0
    +CGDCONT: 3,"IPV4V6","vzwinternet","0.0.0.0",0,0
    +CGDCONT: 4,"IPV4V6","vzwapp","0.0.0.0",0,0
      It seems that the modem might connect directly under SuSE Linux without any complications using the modem configurations and provider information above.  I am in a 3g area right now (4g is support to be here this summer) and when I try to connect with the unit straight out of the box, everything connected, but it found no carrier.  I'll know more once 4g is in our area.  There were a couple of other posts mentioning a direct hook up in Fedora.  I could not find any direct posts confirming that, but I am guessing this is the case.
      Willzzz suggested various options and tests (here post #12) on the Ubuntu forum.  I set up and tried all.  The test was to see if I could force the APN to see the 3g system under the 4g settings (out of the box, without the Pantech Tool alteration).  I was not successful with any.  I tried using all three of the AT+CGDCONT versions above in the Init3 setting.  Phone numbers of *99#, *99***3#, and #777. Even though both options (within the init string & in the dial-up number) are supposed to change the APN, neither worked for me.
    Many of these items have been discussed before in various posts in this forum.  I don't claim credit for anything, but trying various options.  Thanks to Neander, Willzzz88, Irieblue and Toughbook, among the others that added to those posts.  The reason for the detail in this post is simply to document what I tried, what worked and what didn't hoping it might help others connect.  Thank you all for your expertise on this forum.
    idee

  • Suse enterprise 9

    How to install guide for oracle 10g in suse enterprise 9

    Suse Enterprise linux 9 works great with 10g. I
    didn't have to change anything on my install. I did
    the 30day eval and Suse provided free technical
    support for other issues i had installing.
    Novell has ISV support 2nd to none when it comes to
    enterprise app supprt - expect full Oracle
    certification soon - however i've had 0 issues and
    love the Enterprise 9 over RHEL big time.
    Did you have any issues about Async IO? There was posts (@ SuSe) saying that kernel 2.6 (including SuSe ES9) is not compatible with Oracle, and they expected SP1 for SuSe ES9 to fix this problem.
    Anyway, I am expecting much easier installation and support @ SuSe9 - esp. if they do what they promised - include 'oraini' rpm, all compatibility rpm's and ocfs into ServicePack disk (as they did for SLES8). It is interesting they (SuSe) makes much less noise about Oracle, but system is really oracle ready (SLES8) vs redHat - if we compare manual how to install, it will be 2 pages for SuSe (install SuSe ES8; install Sp3; /for evaluation versions only - no need for production SuSe Sp3/ verify and may be recompile hangcheck-timer module; install Oracle, edit /etc/sysconfig/oracle file and start 'rcoracle start) vs RedHat EL3 (install RHEL3; install 20 RPM's; install system patch; install oracle; replace 2 files; write out your own RC file; start Oracle manually; create your own file for cluster manager, etc etc...; change gcc, and so on...).
    Strange, of course.

  • Does OIM 9101 Support SUSE 10.2?

    Hi,
    Does OIM 9101 Support SUSE 10.2 Kernel Version: 2.6.16.60-0.21?
    Regards,
    Sunny

    I have deployed on 9101 on SLES 10.2 with no issues.
    I dont have the specific kernel version handy, but I doubt you would see any issues.

  • Oracle position on OAS 4.0.7 and recent kernels

    From reading the threads in this discussion, it is blatantly clear the the Oracle Application Server 4.0.7 doesn't work on recent Redhat 6.1 or SuSe 6.3 kernels. In particular, the ORB cannot be successfully started with the owsctl start command. The resultant "ORB is not responding. Please restart manually..." message is not particularly helpful. The owsctl stop command fails when it uses no longer supported arguments to the ps command. Attempts to start the ORB from the graphical interface are equally fruitless. Additionally, a non-OFA install is destined to fail with subtle "file not found" errors or just plain hangs.
    It pretty clear that OAS 4.0.7 doesn't work with recent linux kernels. Can someone in Oracle address this situation and give the linux community some direction and guidance in installating and running OAS?

    Manohar,
    If you are, or want to, use the cartridge implementation then you
    are constrained by the certification:
    Developer 2.1 - Web App Server 3.0.x
    Developer 6.0 - Oracle App Server 4.0.7
    However, if you are not using the cartridge implementation, then
    you can use WAS 3.0.x or OAS 4, since you are only using the
    listener component in that case.
    Manohar Reddy (guest) wrote:
    : Hi Oracle team,
    : Some time back I was told by oracle team in this discussion
    : forum only, that cartridge method of deployment of
    : developer/2000 products is not certified with Oracle
    Application
    : Server 4.0.7. They asked me to go back to Oracle Web
    Application
    : server 3.0.X. Is the status with respect to this is same or is
    : there any update. Can any body please let me know about this.
    : Can you also please refer me to some documentation about the
    : implementation of developer/2000 cartridge implementation on
    OAS
    : 4.0.7. Please also let me know, if there are any good books on
    : Oracle Application Server. 4.0.X in the market.
    : Thanking you in-advance...// Manohar //
    null

  • Oracle850 to SuSE Linux 6.4 problems ...

    Im rather new to Oracle, and am trying to install Oracle 8.5.0 onto an SuSE Linux6.4.
    I have patches from SuSE and everything is OK - but Installer will not create (default) Database Objects.
    Error message is something als: ... *.sql can not be running ... :-(
    Why ?
    Thanks

    Maybe the libraries were not relinked or >someting. Do you have cc and make >installed, together with the symbolic links >gcc and gmake?... and what I must duing to (really) now ?
    Maybe the following URL gives some
    explanation:
    URL=http://www.suse.de/en/support/oracle/oracle8051STD_suse63.html
    http://www.suse.de/en/support/oracle/oracle8051STD_suse63.html... oh yes, a have duing, all, but dont work.
    I have a patch-file from SuSE, and there is not (I think) OK. When I untar-it ther break process before end.
    I have asked SuSE, but no response - "just installation support" says.
    All patches by SuSE OK ???!!!
    Slobo

  • AR only prints the first page

    Hi people,
    Hope you can help me with this problem.
    Adobe Reader version : 7.0.9 (although it's 7.0.8 at the about section, but i read in another thread, it's really 7.0.9)
    Operating System : Suse 9.2
    Kernel version : 2.6.8-24-default (default installation)
    Printer : EPSON LQ-2170 impact printer
    RAM : 1G
    Printer Driver : EPSON -> 24-pin driver
    The problem is this :
    I tried to print from my own created pdf (the one created from itext java library), printing only 1 page is OK, but when i tried to print selected pages, ex from page 1 - 2 .. only the first page will be printed. I've tried experimenting with print all, and other options in the print dialog, but with the same result, only the first page.
    Then i tried printing other pdfs, others than i created, and still resulted the same, only the first page printed.
    Frustated with this fact, i tried printing the pdf to another printer, HP laserjet 1010, and it works fine !
    The problem only occurs for the EPSON LQ-2170 and only while printing PDF. Printing from other apps is ok.
    Could you point direction / ideas about how to solve this problem ?
    Thank you for your time ..
    Regards,
    Albert

    Hi,
    I just used the 'tail -f /var/log/cups/error_log', reprint the pdf, and found these error messages :
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /undefined
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /cupsWidth
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /undefined
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /cupsHeight
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /undefined
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /cupsBitsPerPixel
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /undefined
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /cupsBytesPerLine
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] -mark-
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] true
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] null
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] -device-
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] null
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] -dict-
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] Error in .trysetparams!
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /undefined
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /cupsWidth
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /undefined
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /cupsHeight
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /undefined
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /cupsBitsPerPixel
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /undefined
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] /cupsBytesPerLine
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] -mark-
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] true
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] null
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] -device-
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] null
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] -dict-
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] Error: /rangecheck in .installpagedevice
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] Operand stack:
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] --dict:70/79(ro)(L)-- --nostringval--
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] Execution stack:
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparray_pop1 3 %oparray_pop 1 3 %oparray_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- --nostringval--
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] Dictionary stack:
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] --dict:1070/3371(ro)(G)-- --dict:0/20(G)-- --dict:78/200(L)--
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] Current allocation mode is local
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] Last OS error: 2
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] ESP Ghostscript 7.07.1: Unrecoverable error, exit code 1
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] 0 %%PageTrailer
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] 0 %%Trailer
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] Saw Trailer!
    D [10/Jul/2007:10:30:16 +0700] [Job 2624] Saw EOF!
    D [10/Jul/2007:10:30:16 +0700] UpdateJob: job 2624, file 0 is complete.
    D [10/Jul/2007:10:30:16 +0700] CancelJob: id = 2624
    D [10/Jul/2007:10:30:16 +0700] StopJob: id = 2624, force = 0
    D [10/Jul/2007:10:30:16 +0700] StopJob: printer state is 3
    Although i dont know what is wrong and how to fix it, haha ..
    Any ideas ?

  • Don't know where to key in...

    Hi,
    I'm back with another problem...
    I have a Server running Suse 7.3 with HIGHPOINT RAID ATA133 HPT374 PCI card.
    I upgraded to ArchLinux 0.7b2.
    The problem is that I don't know how to load the driver on startup.
    In Suse, I had the following 2 lines in the /etc/modules.conf working:
    'probeall block-major-8 scsi_mod sd_mod hpt374'
    'options -k hpt374'
    Of couse no info/man for general installation from the mfg website (only for Suse/RedHat).
    Driver has been compiled for the kernel installed properly and with 'insmod /home/test/hpt374.ko' it's loaded and working (without modprobe scsi driver)
    Someone can help me ?
    I'm new about kernel 2.6.x and Archlinux!
    PS: HDPARM is useful for IDE-RAID configuration ?
    Is there someone can suggest me the best options for ATA100/133 ?
    Thank you
    Leo

    Hi to all.
    first of all thanks for your time and patient.
    Now I'm more sure my english is very poor! :-))
    Okay my configuration :
    - HDD Eide master IDE (boot) 80Giga with Arch Linux
    - Controller RAID PCI (supported by Linux/Bsd) with 4 HDD in Raid 5.
    Archlinux boot smooth from disc0 (Primary Master IDE).
    On the RAID there is the shared (samba) directories for all the PC clients.
    The RAID need a driver to work (hpt374), so I believe first load the driver and then mount the RAID partition in, for example, /mnt.
    The driver is the HPT 374 that is different from the one in kernel 2.6.x (so I always have to disable from kernel, recompile a new kernel, and build the new driver from the source through a 'makefile' supplied from the manufacturer of the RAID card).
    Driver was loaded under Suse 7.3 (kernel 2.4.x) with 2 lines inside the file /etc/modules.conf, that are the two lines I mentioned on my first post.
    I tried to load the driver HPT374 as module inside /etc/rc.conf, but I need the option '-k' when the driver is loaded (manually : 'modprobe -k hpt374') so I don't know where to key in the option '-k' to load properly the driver.
    Funny thing is that Highpoint (manufacturer) nowhere explain the meaning of '-k' option, just force everybody to use it, telling twice to remember about it ("please remember that '-k' option must be included everytime you load the driver, otherwise it will not work properly"!!!)
    So, if I load the driver through /etc/rc.conf, I cannot include "-k" option.
    If I have to load manually/separately, I don't have idea where I can setup a script or include this command!
    You also mention about "build a kernel" with the driver in. It sound great!
    I'm newbie: can you redict me some HOWTO about compiling kernel with a driver in? I always just untar the new valilla kernel fvrom kernel.org, and proceed with taking aways all modules I do not need! So I don't know how to include external driver/module and patches.
    Thanks for your great patient!
    Thanks to Archlinux for a great distro!

  • Patches not patching, error occurred "Error is:"

    Hello! I am patching a SLES 11 SP2 server with ZCM 11.2.4 with Monthly Update 1 applied. The majority of my patches are applied appropriately, however there are 5 patches that will not apply and I get this unhelpful message in the message log - "An error occurred while executing the program. Error is:" with no error listed after the colon. I have tried clearing the cache on the agent, rebooting, checking and unchecking the "Resolve all RPM dependencies" box, all with no change. For testing purposes, I downloaded the one of the patch RPMs from Novell's web site and was able to to install it without any errors (interestingly enough the ZCM server does not see it as being patched). The patches I am having problems with are as follows...
    Novell SUSE 2014:8791 kernel security update for SLE 11 SP2 x86_64
    Novell SUSE 2013:8701 libpixman-1-0 security update for SLE 11 SP2 x86_64
    Novell SUSE 2013:8681 openssl-certs security update for SLE 11 SP2 x86_64
    Novell SUSE 2013:8621 curl security update for SLE 11 SP2 x86_64
    Novell SUSE 2013:8656 cifs-mount security update for SLE 11 SP2 x86_64
    and attached is a copy of the zmd-messages.log file from the affected client.
    Thanks for the help!

    ahilton,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Libclnysh.so.1.0 : cannot open shared object file..

    Hi,
    I was running Oracle for linux successfuly for about 2 weeks
    now.. until from yesterday, I am starting to recieve the
    following error when i run svrmgrl
    libclnysh.so.1.0 : cannot open shared object file : No such file
    or directory
    But, however svrmgrlO works..
    I tried to do a 'genclntsh ' but it gave me the following error..
    ld: cannot open -lnsl: No such file or directory
    I am using
    -SuSE 5.2
    -Kernel 2.0.36 ..
    -patch for glibc installed
    Memory 64 MB
    I just cant understand why it started giving this problem after
    all this time it worked fine.. what could have gone wrong?
    HELP !!
    Shibu Basheer
    null

    Shibu Basheer (guest) wrote:
    : ld: cannot open -lnsl: No such file or directory
    : I am using
    : -SuSE 5.2
    : -Kernel 2.0.36 ..
    : -patch for glibc installed
    : Memory 64 MB
    See LD_LIBRARY_PATH
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
    export LD_LIBRARY_PATH
    : I just cant understand why it started giving this problem after
    : all this time it worked fine.. what could have gone wrong?
    : HELP !!
    : Shibu Basheer
    null

  • NumberFormatException with Performance Manager charts

    I'm running an Oracle 9.2.0.1 on Suse Linux 7.3.
    Everything is fine so far with the OEM, but
    if I want to show charts in the Performance Manager,
    lots of java.lang.NumberFormatException(s) are thrown.
    Is there any help available?
    Thanks

    The certification process of Oracle is done with SLES-7 which is the professional Version of SuSE Linux, not with the standard SuSE package.
    Kernel-, Libraries-, and JavaRunTime are the versions required by Oracle.
    Everything with this installation works fine, also OEM. Except the charts in the performance manager.

Maybe you are looking for

  • Can you make an enter event in topmostsubform that gets the field name of any field thats entered

    Looking for some help. I have a modified Enter Event I'm trying to use. What my expected results are: When you click on a field on the PDF, it would open up a certain webpage or file depending on what field is entered. I currently have: if (xfa.host.

  • Converted access app to apex when run get no data found; table does have da

    COnverfted MS Access app to apex. WHen I run the appliation I get no data found. However the table does have data. HOw do I see what is actually running? The pre-converted form saids its based on a query. The form and the query shows up as valid. I t

  • Configuring UC540 with 2x SPA525G2 (local and remote site)

    Just got this new system installed and not sure to get full capability. Here's my setup and feel free to send comments to help improve configuration. I have two SPA525G2 phone one local connected to the UC540 and the other one is remote and connected

  • BPM Performance monitoring

    Hi experts, I would like to monitorize the performance of my BPMs. I want to know how much each BPM last. This information it's available in SXMB_MONI -> PE, there I can know that by watching to begining and end of each singular process. 1.-How can I

  • Moving only data between 2 oracle schemas

    Hi Folks, I would like to know if there is some way to move only the data (without recreate structure) between 2 schemas in the same instance. Could someone help me on this challenge? Best Regards, Everton Lucas