Oracle drivers specifications for SuSe Linux

Beforehand, I apologise for this layman's question, which without any doubt has been asked a zillion times, but frankly even a topic-search didn't give me any usable hits.
The SAP-manual about creating an Oracle connection using the JDBC driver, states the following :
"JDBC Driver : Java class of the JDBC driver that the JDBC adapter must load to be able to access the driver. The specification varies according to the JDBC driver; see material from the respective provider for exact details."
That's interesting, but does anyone know what driver this could be for an Oracle-environment 9.2.0.5 running with Linux SuSe?
Thanks in advance.
Andre Jongerden.

Hi Andre,
The class you need in the integration builder for the JDBC driver is oracle.jdbc.driver.OracleDriver. After entering this class the adapter will work fine.
For the connection string you can use the following example:
Listener port of Oracle DB :
1521 Hostname where Oracle DB is running : p71214(req3server1)
Database ID of Oracel DB (SID) is: req3
db.connectionURL=jdbc:oracle:thin:uid/pwd@p71214:1521:req3
Best regards,
Alwin

Similar Messages

  • I installed Oracle database 10g on SuSE Linux Enterprise Server 8 edition.

    I installed Oracle database 10g on SuSE Linux Enterprise Server 8 edition.
    But this massage pop up when I used my browser first time before start database.
    Actually when I clicks on yes to start database.
    The web browser you are using is not optimized for this release of Oracle enterprise manager. It is recommended that you use one of the following:
    * Microsoft Internet Explorer version 5.5, 6.0 or higher
    * Netscape Navigator version 7 and higher
    *Mozilla version 1.3.1 and higher
    Dose any one know hoe to upgrade mozilla or install internet explorer 5.5, 6.0 or higher or SLES 8.
    Regards,
    D

    You can download package for your distribution (for example) from http://www.mozilla.org or directly from SuSE ftp server ftp://ftp.suse.com/pub/suse/i386/9.1/suse/i586
    IE for linux does not exist.

  • Required RPM's for suse linux 11 for 11.2.0.3 installation

    Hi all,
    O.S  - SUSE Linux Enterprise Server 11 (x86_64)
    Db - 11.2.0.3
    I am installing 11.2.0.3 on suse linux for prerequisite i am getting error for required packages can anybody tell me from where to download these packages.
    I dont have the DVD so i cant mount and install the rpm's .From zypper i am getting this error
    expdev1:~ # zypper install libstdc++-3.4.6
    Loading repository data...
    Reading installed packages...
    'libstdc++-3.4.6' not found.
    Resolving package dependencies...
    Nothing to do.
    Can anybody help me in this

    Hi,
    Yes you can install Oracle Database 11.2 to Suse Linux :
    On SUSE Linux Enterprise Server 10
    2.6.16.21 or later
    On SUSE Linux Enterprise Server 11
    2.6.27.19 or later
    Package Requirements
    The following or later version of packages for SUSE Linux Enterprise Server 10
    must be installed:
    binutils-2.16.91.0.5
    compat-libstdc++-5.0.7
    gcc-4.1.0
    gcc-c++-4.1.2
    glibc-2.4-31.63
    glibc-devel-2.4-31.63
    glibc-devel-32bit-2.4-31.63
    ksh-93r-12.9
    libaio-0.3.104
    libaio-32bit-0.3.104
    libaio-devel-0.3.104
    libaio-devel-32bit-0.3.104
    libelf-0.8.5
    libgcc-4.1.2
    libstdc++-4.1.2
    libstdc++-devel-4.1.2
    make-3.80
    numactl-0.9.6.x86_64
    sysstat-8.0.4
    ■ The following or later version of packages for SUSE Linux Enterprise Server 11
    must be installed:
    binutils-2.19
    gcc-4.3
    gcc-32bit-4.3
    gcc-c++-4.3
    glibc-2.9
    glibc-32bit-2.9
    glibc-devel-2.9
    glibc-devel-32bit-2.9
    ksh-93t
    libaio-0.3.104
    libaio-32bit-0.3.104
    libaio-devel-0.3.104
    libaio-devel-32bit-0.3.104
    libstdc++33-3.3.3
    libstdc++33-32bit-3.3.3
    libstdc++43-4.3.3_20081022
    libstdc++43-32bit-4.3.3_20081022
    libstdc++43-devel-4.3.3_20081022
    libstdc++43-devel-32bit-4.3.3_20081022
    libgcc43-4.3.3_20081022
    libstdc++-devel-4.3
    make-3.81
    sysstat-8.1.5
    Why you not checked : http://docs.oracle.com/cd/E11882_01/install.112/e24326.pdf
    and Please check : https://www.suse.com/LinuxPackages/packageRouter.jsp?product=server&version=11&service_pack=&architecture=ppc&package_na…
    https://www.suse.com/LinuxPackages/packageRouter.jsp?product=server&version=11&service_pack=&architecture=i386&package_name=libstdc%2B%2B33
    Regards
    Mahir M. Quluzade

  • Oracle firewire modules for Redhat Linux 2.6.9-34.EL

    Hi,
    I need oracle firewire modules for Redhat Linux 2.6.9-34.EL. Can you please help where can I find firewire modules for this kernel.
    Thanks
    Haranath

    According to http://www.linux1394.org/download.php you should not need any additional kernel module support. You may need to install the libraw1394 RPM packages, but you can get those from your distribution media or from ULN, if your are subscribed.

  • Oracle 8.0.5 & SUSE Linux 6.0

    I am attempting to install Oracle 8.0.5 on SuSE 6.0 Linux but
    receive the following error messages:
    When running oratabs.sh - "GROUPS: read only variable"
    When running orainst - "Permission Denied"
    I have no patches installed on SuSE - do I need any? If so what
    and where are they?
    I would realy appreciate some help as I am not a Linux expert.
    Thanks,
    Mark Warner
    null

    Hi Markus,
    I don't know what exactly getImportedKeys/getExportedKeys do.
    I suppose it's some kind of select on the data dictionary views.
    The reason for the slow performance could be miss-configuration
    of Oracle or a very large number of objects (say more than 20000
    tables).
    I could advice that you check there's nothing else in the SYSTEM
    tablespace than the data dictionary.
    U could use:
    select * from dba_segments where OWNER not in ('SYS','SYSTEM')
    and TABLESPACE_NAME = 'SYSTEM';
    I could recomend that you set shared_pool_size to 100MBytes, and
    db_block_buffers*db_block_size to 100MB.
    Hope this helps,
    Best regards,
    Michael
    P.S. it could help if you publish some of the SQL statements that
    are slow.
    Markus Hoofe (guest) wrote:
    : Hi,
    : Calling getImportedKeys/getExportedKeys on DatabaseMetaData
    : is horribly slow (same applys to getCrossReference). In fact
    : it sometimes returns only after MINUTES.
    : Using setLogStream in DriverManager i extracted the sql
    : statements which the methods created and tried them in sqlplus,
    : but they were painfully slow there as well. Since Oracle made
    : their implementation of the DatabaseMetaData class available,
    : i figured out that all three methods actually use the same
    : subroutine and obviously it is not java's fault.
    : So i wonder, if it's oracle's wrong code or problems with my
    : database.
    : Btw, i am using:
    : + Oracle Server 8.0.5,
    : + SuSE Linux 6.1 (kernel 2.2.5, glibc 2.0.7),
    : + Some nice double 400Mhz PII machine with 512MB that kicks a**
    : Any ideas anyone?
    : CIAO
    : Markus
    null

  • Oracle 8i installation on SUSE Linux 7.0 and 8.0

    I have not been able to install Oracle 8i (8.1.6) on SUSE linux 8.0 as well as 7.0. The Universal installer starts but stops after showing a lot of messages. Any suggestion/help?

    The configuration of my machine is: Intel P3 733 MHz on Intel 815 original motherboard, 256MB RAM, 40 GB Harddisk

  • Oracle on Alpha running SuSe Linux

    Will Oracle run on an Alpha processor running SuSe Linux 7.0

    Hello....
    Anyone out there???
    Or am I to interpret the lack of an answer as a lack of a release date? :)

  • How to download 64 bit JDK for SUSE Linux 10.2 x86_64 Machine

    Hi SAP Guru's
    We are in the process of Installing SAP Netweaver SR3 on the suse linux 10.2 on the x86_64 Machine.
    We are unable to findout compatable jdk whcih will support this plateform.
    Please suggest where from we can download JDK.

    Hi,
    You can download and install it using YaST (Software/Software Management) in Suse 10.2.
    You can install the Java packages with YaST. If you choose Filter "Search" and enter "Sun" you'll quickly find them.
    Suse only supports up to 1.5 if you want 1.6 you must get it from the Java site.
    You can also search around this following FTP Link.
    [http://download.opensuse.org/repositories/Java:/|http://download.opensuse.org/repositories/Java:/]
    [http://download.opensuse.org/distribution/openSUSE-stable/repo/non-oss/suse/x86_64/|http://download.opensuse.org/distribution/openSUSE-stable/repo/non-oss/suse/x86_64/]
    Regards
    Bhavik Shroff
    Edited by: Bhavik G. Shroff on Nov 11, 2008 6:46 AM

  • Oracle 11g Express for Ubuntu Linux

    Just like Oracle provided express edition for linux for 10g, will there be an easy to install express edition of 11g for linux? I mean via apt-get or debs or synaptic. Of course, synaptic being the easiest I have EVER seen oracle install on linux.
    I want to try Linux as a developer, but installing 11g on linux the normal way is a pain. I do not want to spend days trying to install 11g on linux. I want to get busy doing something with 11g such as write queries and design databases.

    Yes, sigh.
    If only people could write what they mean!My apologies for not being adept at the language. But we have both been wrangling with my lack of
    language skills for years, so we should be used to it by now.
    >
    Are you saying EE when you mean XE, perhaps?No. I meant EE using synaptic. Which does not exist. Which may explain why some people think the installation is difficult. The tools they have learned are not there and the fight to find or learn the alternatives is not pleasant.
    And even the simple stuff may seem. difficult. Some people, including modern developers with IDEs, are very concerned about the difficulties of editing in Linux. In my Oracle on Linux courses, I see grown men near tears when I tell them to edit sysctl.conf ... you should see the visible relief when I describe gedit or kate.
    You have been doing the baseline install for years - Back in the Red Hat 9 days, I'd been handing out the HJR Linux install (with your written permission) in my classes for years. So I expect us to get it done in a short time. Cookie-cutter boot, thru install Linux & Oracle, to tnsping shouldn't take us (you and me) more than 1.5-2.5 hours. (Especially if all we want is a basic data dump.)
    But ... reading the docco, translating the steps into a manual sequence, and finding and running the synaptic equivalent to the documented rpm commands - aka a synaptic install - can take days. Heck, just reading the docco to get it straight under a certified distro can take days.
    After that, OUI is simple, and (if the pre-reqs are clean) nearly fool-proof.
    BTW - why do we have to fight with the pre-reqs? Why can there not be more variants of the SUSE-supplied orarun.rpm to do all that manual stuff?

  • Oracle Application Server for SLES Linux error when install

    I try install Oracle Application Server Infrastructure (as_linux_x86_portal_wireless_101202) on SLES:
    1. I install orarun package.
    2. Install patch 3167528 - remove entries from the "/etc/services"
    error when install - the OPMN process manager failed to start.
    I read opmn/logs: can't load shared library libdb.so.2...
    I check /usr/bin/libdb.so and found libdb-4.3.so
    I create simbolik link libdb.so.2 to libdb-4.3.so and retry install oracle Application Server Infrastructure, but have this error again.
    I try install Oracle Application Server Infrastructure on several linux distribs, but have this error again adn again..
    how I can fix this error? help mee pls..

    I think that you need to download a patch for that error, this patch is just a library that you need create a link to it.
    Follow this Metalink Note      790943.1
    Greetings

  • Oracle 9i Installation on SuSE Linux 9.0

    I am trying to install Oracle 9iR2 on SuSE 9.0
    All pre-Installation Setup was done like i saw on Suse web pages (create Oracle-User, oinstall-usergroup etc.)
    I login as root-user on the system and open a shell session (localy) as oracle user with :: sux oracle :: command.
    I started runIstaller and got the welcome windows from oracle Installer. i can click on each button but the button next is not reacting so that i could go to the next window. Can you please tell me why the installer is not properly working?

    you have to unlock the numpad key on your keyboard.

  • Where to download Oracle 9i client for Redhat Linux?

    We have our Oracle 9i database running on another UNIX machine and need to install Oracle 9i client with sqlplus to be installed on Redhat Linux. So, can someone tell me where I can download it?

    Hi,
    Please refer to:
    http://www.oracle.com/technology/software/products/oracle9i/index.html
    Best regards,
    Sipingal

  • Suse linux is best for Oracle 9i or not

    Hi all,
    I want to know whether the SUSE linux for ORacle 9i is best or not.My boss wants to migrate our current Oracle 9i on Solaris 8 with storage to Suse linux without stroage.
    Will the suse linux is good for oracle 9i and
    Is it true that Oracle going to desupport SUSE linux in coming 6 months.....
    Please do let me know....

    user00726 wrote:
    Hi all,
    .My boss wants to migrate our current Oracle 9i on Solaris 8 with storage to Suse linux without stroage.
    How are you going to run it without storage?
    Will the suse linux is good for oracle 9i and Kind of open ended. Is Pepsi better than Coke? Although as stated, Oracle 9i will be your bigger support issue.

  • How to install oracle 10g on suse linux

    Hi,
    can anybody let me kbow how to install oracle 10.2 on suse linux.....
    i have installed suse linux but couldn;t able to install oracle 10g on the same....
    looking for gud suggestion.....

    These two are good to start with
    Installing Oracle Database 10g on SUSE Linux Enterprise Server 9 and on SUSE Linux Professional 9.1, 9.2, and 9.3
    http://www.puschitz.com/InstallingOracle10gOnSUSE.shtml
    Oracle Products on SUSE Linux Enterprise: Documents
    http://www.novell.com/products/server/oracle/documents.html

  • Network drivers, Mega 180, and Linux

    Currently i have Suse 9.0 installed on my Mega 180 box, unfortunatly it doesnt see any of my nForce2 component like my Ethernet LAN or the Wireless network.  Does any one know where i can find drivers that will work with the Mega 180?  Has anyone used other Linux packages and got the Ethernet to work?
    Thanks
    -Codehack

    Well i was able to get the Ethernet working finally. Here are the steps for doing it:
    1. Download the nForce2 linux driver you need and install it  http://www.nvidia.com/object/linux_nforce_1.0-0261.html.
    2. Reboot your machine.(This may not be nescessary)
    3. Run "insmod /lib/modules/2.4.21-override-athlon/kernel/drivers/net/nvnet.o"
    (This directory path may not be exact since this is specific to suse linux)
    4. (Also suse specific)  Run Yast Control Center
    5. Under Network Devices, click on Network card
    6. Select Other and click on Configure.
    7. Use default prameters for network device and device number.  Under Module name put "nvnet", under options put your base io=# and irq=#.  You can find this numbers in the Suse Plugger Under Network Controller/ Micro-Star International nForce2 Ethernet Controller and select Details, it should be under your resources Tab.  Do not select the other one since that is your wireless network, i think, if your not sure under the details of the network controller there should be an Driver tab and it should set nvnet.
    8. Select your DHCP options and your ready to go.
    Enjoy!  

Maybe you are looking for

  • How to create a matrix like report with description column

    Hi, currently i have two tables - one describing a job and another describing the stock. it is a simple relation where a job uses stock. i join job and stock using stock_code. there are three categories of stock - namely envelope, insert, stationary.

  • Upgrade g4 to run 10.5 or 6?

    I understand it's possible to upgrade a G4 to run effectively on OS 10.5 or even 6? What exactly is involved or do you need to know the exact spec of my machine? It's for my son to use for school work but clearly, a teenager will be using itunes and

  • Top 10 and creating 'others' for the rest (11th row). How?

    I currently have a requirement to create a request that lists the top 10 store sales in a country and the 11th row will be considered a total of the rest - 'Others'. Is that possible within one request in OBIEE?

  • How to hide parameters showing up in browser when using jsp?

    I am a jsp newbie. I have a simple form like this: <form type=post action="http://localhost:8080/MyTestServer/TestCodes.jsp"> <table> <tr> <td>Your name <INPUT type=text name="YourName" value="Your Name"></td> <td>Your ID <INPUT type="password" name=

  • ITunes 11 for Mac "Update All Apps" grayed out, requiring relaunch to update again

    On iTunes 11.2.1 (1) "Update All Apps" grays out after I update once. I need to relaunch iTunes to get it to be clickable again. I am definitely logged in, etc., so it seems like a bug with iTunes, yes?