Setup JDBC in Solaris

Hi there,
How could I setup a JDBC drivers for Java between my web server (Sun Solaris 8) and database server (Sun Solaris 2.5.1) and Oracle (7.3.4)?
Kindly show me some Java codes on the connection part...plz
Thanks
Neo

I think i found the solution, there is a CD to run with...

Similar Messages

  • How to setup JDBC/ODBC in J2EE 1.3?

    hi all,
    How to setup JDBC/ODBC in J2EE 1.3? I managed to run Db2, cloudscape but not MSSQL7.
    Is there anyone know how to set up this JDBC/ODBC driver for MSSQL7/
    regards,
    elvis
    scjp

    Hi
    I have same problem at beforetime.
    You can do follow:
    Step 1:
    copy rt.jar form JDK 1.2.1\jre\lib\jar
    to J2EE1.2.1\lib\system\
    Step 2:
    Set J2ee_classpath = c:\j2ee1.2.1\lib\system\rt.jar
    Step 3:
    Restart computer and J2ee
    You can try it
    Help can help you
    David

  • Setup Cluster using Solaris Container data service

    We have a two-node cluster that we would like to use to create either a zone cluster or use the Solaris Container data service that would create a scalable (or multiple master) data service of two zones, one on each node. We have an app running in the zone, CiscoWorks, that has a local database of jobs that are scheduled to run to configure Cisco switches. I was curious how we setup the storage. If each zone is running on local disks, how do the zones stay in sync and the database updated with job information? Would I setup a device group of the disks where the zones will reside on each node? Can I use SAN as the local disk so the zones can be replicated to a Disaster Recovery location?
    Thanks for any help,
    Chuck

    Chuck,
    Sadly, I think I'm going to make your implementation decisions a lot more complicated because there are three ways you can use zones within Solaris Cluster.
    1. Create a failover zone using the HA Solaris Container Data Service. Here the zone root moves between the cluster nodes as the zone fails over.
    2. Create static zones between with resource groups can migrate. Each zone root is local the the physical node. However, the configuration of the zones can be subtly different.
    3. Create a virtual cluster using static zones within which resource groups can migrate. Each zone root is local the the physical node. However, the configuration of the zones are forced to be the same.
    Note also, that a ZFS zpool can only be mounted on one node or zone at anyone time, although it can be mounted read/write in one zone and read-only in other zones on the same node (IIRC).
    I would be inclined to put your database into an HA configuration, i.e. one that runs on one node at any one time. I would then constrain that in a zone cluster that is bound to a project with restricted resources, i.e. CPUs and memory. Any other tiers of the application, could then be placed either in the global zone (main cluster) or placed in another zone cluster and equally constrained.
    I don't know if that's any help. I can recommend a good book on the subject <shameless plug "Oracle Solaris Cluster Essentials"/>. The example chapters should be of help.
    Regards,
    Tim
    ---

  • Setup vlan on solaris

    i have 3 servers which are run on windows server 2003 and solaris 10...So, i need to setup vlan in each server. Our network will used ipv6 and ipv4 protocols..
    The problem is i really dunno how to setup the network and interconnect between ipv4 and ipv6..The setup for vlan must done in server that run on solaris....tq for helping

    Thanks for the update, We would love to have such a feature will greatly help in traffic isolation while still on the same vlan.

  • Could not setup jdbc pool for tx sqlserver

    When I tried yto setup a sqlserver tx pool using weblogic.jdbcx.sqlserver.SQLServerDataSource
    as tge driver class, I got hte follwing error:
    [BEA][SQLServer JDBC Driver][SQLServer]Could not find stored pocedure 'master..xp_jdbc_open'.
    Thanks,

    See Installing Stored Procedures for JTA
    at http://e-docs.bea.com/wls/docs81/jdbc_drivers/mssqlserver.html#1056938.
    "Henry Hiu" <[email protected]> wrote in message news:[email protected]..
    >
    When I tried yto setup a sqlserver tx pool using weblogic.jdbcx.sqlserver.SQLServerDataSource
    as tge driver class, I got hte follwing error:
    [BEA][SQLServer JDBC Driver][SQLServer]Could not find stored pocedure 'master..xp_jdbc_open'.
    Thanks,

  • Setup jdbc to microsoft sql

    anyone know why i keep getting "the requested instance is invalid ....." when trying to setup a datasouce to a named instance of Microsoft SQL?
    below are my settings
    URL: jdbc:bea qlserver://[server name]:[port];
    Driver Class name: weblogic.jdbc.sqlserver.SQLServerDriver
    Properties:
    user=testuser
    portNumber=1433
    databaseName=TEST
    serverName=[server name]\\[instance name]
    Thanks
    Keith

    Try this standalone program, with the weblogic classpath...
    import java.util.*;
    import java.sql.*;
    public class ddms
    public static void main(String argv[])
    throws Exception
    Connection c = null;
    try
    java.util.Properties props = new java.util.Properties();
    props.put("user", "whatever");
    props.put("password", "whatever");
    Driver d =
    (Driver)Class.forName("weblogic.jdbc.sqlserver.SQLServerDriver").newInstance();
    c = d.connect("YOUR URL", props);
    DatabaseMetaData dd = c.getMetaData();
    System.out.println("Driver version is " + dd.getDriverVersion() );
    System.out.println("Database version is " + dd.getDatabaseProductVersion() );
    catch (Exception e)
    { e.printStackTrace(); }
    finally
    { try {c.close();}catch (Exception e){}
    }

  • Jdbc-problem/Solaris/linux

    I tried to start the JdbcCheckup-example from the Oracle 8i-Package for OCI8!
    Although i set the LD_LIBRARY_PATH TO:
    /opt/app/oracle/product/8.1.5/lib:/opt/app/oracle/product/8.1.5/jdbc/lib/
    when i start the Program i get following message:
    java.lang.UnsatisfiedLinkError: make_c_state
    at oracle.jdbc.oci7.OCIDBAccess.logon(OCIDBAccess.java:148)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:103)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:148)
    at java.sql.DriverManager.getConnection(DriverManager.java:83)
    at java.sql.DriverManager.getConnection(DriverManager.java:126)
    at JdbcCheckup.main(JdbcCheckup.java:43)
    Please help me!

    Please double check your connect string specifies "oci8". That is, "jdbc:oracle:oci8:@...".
    Thanks.

  • Need help - setup network in solaris

    Hello! Today I install Solaris 10 for learning in my laptop and have some trouble. Please help me
    1. Set up network interface for wi-fi card iwi0
    (a. ifconfig iwi0 plumb
    b. wificonfig iwi0 connect airJet
    c. ifconfig iwi0 dhcp)
    2. Set up default route (route add default 192.168.100.2 (its my access point with dhcp server))
    Ping -s 192.168.100.2 -> done
    But when I trying in Firefox open any url - recieve error "host not found"
    okay. in terminal i put
    ping google.com
    and recieve answer
    host not found
    What is my problem?
    Thanks for u answers.

    Try changing hosts line in /etc/nsswitch.conf to:
    hosts dns files
    so that hostnames will be resolved via your dns servers. You also need to enter dns server info in /etc/resolv.conf.
    Here's a tutorial: [Configuring Networking|http://solaris-x86.org/documents/tutorials/network.mhtml  ] (kind of dated, but most of the info is still relevant)
    john

  • Solaris 7 ldap client setup

    Hi,
    Please any one can help me in setting ldap client for solaris 7 guidelines or any website or docs help.
    Thanking you,
    Naren

    hi mukherjee,
    you can configure both solaris 8 and 9 as ldapclient to sunone 5.2 installed on solaris 9 box. make sure i think you cannot configure client on same maching on which directory server is installed.
    No my question is how to setup ldapclient on solaris 6 andsolaris 7. as both does not support ldap. like solaris 7 has no nsswitch.ldap. can you provide me details to configure solaris7 as ldap client
    PATEL

  • Linux install server and solaris 10

    Hi,
    I am trying to learn Solaris as a student. I bought a SPARC (Netra T105 UltrasparcII) server on ebay which requires a network install as there is no cd-rom, or keyboard.
    I only have a linux box (like I said, I'm a stingy student) to use as an install server, there is a few tutorials out there to try and do this, but none for Solaris 10. I have been hacking away at this for days, but cannot get it to install. I have the sparc server using RARP and then getting the /etc/bootparams file and downloading the boot files, but it does not get to locating the jumpstart files or the install files (I dont know if I can install from the terminal using the keyboard (without jumpstart) - I have not got that far yet).
    I always get this, like it cannot find the install directory, I was wireshark on the linux boot server and see loads of NFS traffic after the TFTP download, but cannot seem to see what part it actually at. I have a detailed log at the bottom from putty. Any help greatly appreciated.Cheers
    ERROR: bpgetfile unable to access network
    /sbin/install-discovery: information: not found
    Linux box setup:
    /etc/bootparams
    solaris root=192.168.2.10:/home/sunos/Solaris_10/Tools/Boot rootopts=rsize=32768 boottype=:in install=192.168.2.10:/home/sunos_install/Solaris_10/Product sysid_config=192.168.2.10:/home/sunos_install/jumpstart/sysidcfg install_config=192.168.2.10:/home/sunos_install/jumpstart/jumpstart.conf
    TFTP setup from /tftpboot:
    [root@robert tftpboot]# ll
    total 232
    lrwxrwxrwx 1 root root 8 Jun 10 13:55 C0A80214 -> inetboot
    -rwxrwxrwx 1 root root 221280 Jun 10 13:47 inetboot
    The Openboot can get ahold of the inetboot file and downloads and it and then loads it.
    The following directories are exported through NFS
    [root@robert sunos_install]# cat /etc/exports
    #/home/nfs 192.168.2.0/24(ro,sync)
    /home/sunos *(ro,no_root_squash)
    /home/sunos_install *(ro,no_root_squash)
    [root@robert tftpboot]# showmount -e localhost
    Export list for localhost:
    /home/sunos *
    /home/sunos_install *
    In /home/sunos, I have:
    [root@robert sunos]# tree -L 2
    |-- Solaris_10
    | `-- Tools
    |-- boot
    | |-- hsfs.bootblock
    | `-- sparc.miniroot
    `-- lost+found
    In /home/sunos_install, I have:
    [root@robert sunos_install]# tree -L 2
    |-- Solaris_10
    | `-- Product
    |-- jumpstart
    | |-- jumpstart.conf
    | `-- sysidcfg
    `-- lost+found
    [root@robert jumpstart]# cat jumpstart.conf
    install_type initial_install
    system_type server
    partitioning explicit
    filesys any 2000 /
    filesys any 1500 swap
    filesys any 1500 /var
    filesys any 2000 /opt
    geo N_America
    cluster SUNWCreq
    package SUNWgzip add
    package SUNWless add
    package SUNWman add
    package SUNWbash add
    package SUNWtcsh add
    package SUNWzsh add
    [root@robert jumpstart]# cat sysidcfg
    system_locale=en_US
    timezone=US/Pacific
    terminal=xterms
    name_service=NONE
    timeserver=pool.ntp.org
    security_policy=NONE
    root_password=xxxx
    network_interface=primary
    { hostname=js-test
    ip_address=192.168.2.20
    netmask=255.255.255.0
    protocol_ipv6=yes}
    Putty log file from console:
    root server: 192.168.2.10 (192.168.2.10)
    root directory: /home/sunos/Solaris_10/Tools/Boot
    module /platform/sun4u/kernel/sparcv9/unix: text at [0x1000000, 0x10a096d] data at 0x1800000
    module /platform/sun4u/kernel/sparcv9/genunix: text at [0x10a0970, 0x12615bf] data at 0x1867cc0
    module /platform/sun4u/kernel/misc/sparcv9/platmod: text at [0x12615c0, 0x12615c7] data at 0x18bdf80
    module /platform/sun4u/kernel/cpu/sparcv9/SUNW,UltraSPARC-IIi: text at [0x1261600, 0x126da07] data at 0x18be680
    SunOS Release 5.10 Version Generic_139555-08 64-bit
    Copyright 1983-2009 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    \|/Ethernet address = 8:0:20:c2:1b:b4
    -Using default device instance data
    \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/mem = 1048576K (0x40000000)
    avail mem = 846602240
    root nexus = Netra t1 (UltraSPARC-IIi 440MHz)
    pseudo0 at root
    pseudo0 is /pseudo
    scsi_vhci0 at root
    scsi_vhci0 is /scsi_vhci
    ramdisk0 at root
    ramdisk0 is /ramdisk-root
    root on /ramdisk-root:a fstype ufs
    pseudo-device: dld0
    dld0 is /pseudo/dld@0
    pcipsy0 at root: UPA 0x1f 0x0
    pcipsy0 is /pci@1f,0
    PCI-device: pci@1,1, simba0
    simba0 is /pci@1f,0/pci@1,1
    SUNW,hme0 : PCI IO 2.0 (Rev Id = c1) Found
    SUNW,hme0 : Local Ethernet address = 8:0:20:c2:1b:b4
    PCI-device: network@1,1, hme0
    hme0 is /pci@1f,0/pci@1,1/network@1,1
    SUNW,hme1 : PCI IO 2.0 (Rev Id = c1) Found
    SUNW,hme1 : Local Ethernet address = 8:0:20:c2:1b:b5
    PCI-device: network@3,1, hme1
    hme1 is /pci@1f,0/pci@1,1/network@3,1
    PCI-device: ebus@1, ebus0
    ebus0 is /pci@1f,0/pci@1,1/ebus@1
    su0 at ebus0: offset 14,3803f8
    su0 is /pci@1f,0/pci@1,1/ebus@1/su@14,3803f8
    cpu0: UltraSPARC-IIi (portid 0 impl 0x12 ver 0x91 clock 440 MHz)
    iscsi0 at root
    iscsi0 is /iscsi
    |pseudo-device: zfs0
    zfs0 is /pseudo/zfs@0
    Configuring devices.
    /pseudo-device: devinfo0
    devinfo0 is /pseudo/devinfo@0
    PCI-device: pci@1, simba1
    simba1 is /pci@1f,0/pci@1
    pseudo-device: pseudo1
    pseudo1 is /pseudo/zconsnex@1
    /pci@1f,0/pci@1,1/network@1,1 (hme0) online
    /pci@1f,0/pci@1,1/scsi@2 (glm0):
    Rev. 3 Symbios 53c875 found.
    PCI-device: scsi@2, glm0
    glm0 is /pci@1f,0/pci@1,1/scsi@2
    PCI-device: pci@1, pci_pci0
    pci_pci0 is /pci@1f,0/pci@1/pci@1
    su1 at ebus0: offset 14,3602f8
    su1 is /pci@1f,0/pci@1,1/ebus@1/su@14,3602f8
    ecpp0 at ebus0: offset 14,340278
    ecpp0 is /pci@1f,0/pci@1,1/ebus@1/ecpp@14,340278
    pseudo-device: fssnap0
    fssnap0 is /pseudo/fssnap@0
    pseudo-device: ramdisk1024
    ramdisk1024 is /pseudo/ramdisk@1024
    sd0 at glm0: target 1 lun 0
    sd0 is /pci@1f,0/pci@1,1/scsi@2/sd@1,0
    pseudo-device: winlock0
    winlock0 is /pseudo/winlock@0
    pseudo-device: llc10
    llc10 is /pseudo/llc1@0
    pseudo-device: lofi0
    lofi0 is /pseudo/lofi@0
    pseudo-device: fcp0
    fcp0 is /pseudo/fcp@0
    pseudo-device: fcsm0
    fcsm0 is /pseudo/fcsm@0
    pseudo-device: trapstat0
    trapstat0 is /pseudo/trapstat@0
    pseudo-device: pool0
    pool0 is /pseudo/pool@0
    pseudo-device: mem_cache0
    mem_cache0 is /pseudo/mem_cache@0
    pseudo-device: fcode0
    fcode0 is /pseudo/fcode@0
    -\i2c0 at ebus0: offset 14,600000
    i2c1 at ebus0: offset 14,100000
    i2cadc0 at i2c0: reg=0x0:0x9E, name=bus,address="0,9e"
    i2cadc0 is /pci@1f,0/pci@1,1/ebus@1/i2c@14,600000/adc@0,9e
    i2cgpio0 at i2c0: reg=0x0:0x70, name=bus,address="0,70"
    i2cgpio0 is /pci@1f,0/pci@1,1/ebus@1/i2c@14,600000/gpio@0,70
    i2cgpio1 at i2c0: reg=0x0:0x72, name=bus,address="0,72"
    i2cgpio1 is /pci@1f,0/pci@1,1/ebus@1/i2c@14,600000/gpio@0,72
    |/-\|/-\|/-Using RPC Bootparams for network configuration information.
    Attempting to configure interface hme1...
    \|/-\|/-WARNING: hme1: fault detected in device; service degraded
    WARNING: hme1: No response from Ethernet network : Link down -- cable problem?
    \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-Skipped interface hme1
    Attempting to configure interface hme0...
    Configured interface hme0
    ERROR: bpgetfile unable to access network
    /sbin/install-discovery: information: not found

    rmcnaught48 wrote:
    Hi,
    I am trying to learn Solaris as a student. I bought a SPARC (Netra T105 UltrasparcII) server on ebay which requires a network install as there is no cd-rom, or keyboard.
    I only have a linux box (like I said, I'm a stingy student) to use as an install server, there is a few tutorials out there to try and do this, but none for Solaris 10. I have been hacking away at this for days, but cannot get it to install. I have the sparc server using RARP and then getting the /etc/bootparams file and downloading the boot files, but it does not get to locating the jumpstart files or the install files (I dont know if I can install from the terminal using the keyboard (without jumpstart) - I have not got that far yet).You can install using the keyboard with jumpstart. Without jumpstart you'd need local media (you can't enter the OS via the keyboard).
    I always get this, like it cannot find the install directory, I was wireshark on the linux boot server and see loads of NFS traffic after the TFTP download, but cannot seem to see what part it actually at. I have a detailed log at the bottom from putty. Any help greatly appreciated.Cheers
    ERROR: bpgetfile unable to access network
    /sbin/install-discovery: information: not foundHmm. That looks like the image file is corrupt. Can you pull the image from media again? Can you see if there's a /sbin/install-discovery file in the image (usually under Tools/Boot/root). I recall there used to be a problem with that file.
    Linux box setup:
    /etc/bootparams
    solaris root=192.168.2.10:/home/sunos/Solaris_10/Tools/Boot rootopts=rsize=32768 boottype=:in install=192.168.2.10:/home/sunos_install/Solaris_10/Product sysid_config=192.168.2.10:/home/sunos_install/jumpstart/sysidcfg install_config=192.168.2.10:/home/sunos_install/jumpstart/jumpstart.confIf you just want an interactive install (prompt for configuration/settings), you don't need sysid_config or install_config. Those are for automated installations.
    TFTP setup from /tftpboot:
    [root@robert tftpboot]# ll
    total 232
    lrwxrwxrwx 1 root root 8 Jun 10 13:55 C0A80214 -> inetboot
    -rwxrwxrwx 1 root root 221280 Jun 10 13:47 inetboot
    The Openboot can get ahold of the inetboot file and downloads and it and then loads it.
    The following directories are exported through NFS
    [root@robert sunos_install]# cat /etc/exports
    #/home/nfs 192.168.2.0/24(ro,sync)
    /home/sunos *(ro,no_root_squash)
    /home/sunos_install *(ro,no_root_squash)
    [root@robert tftpboot]# showmount -e localhost
    Export list for localhost:
    /home/sunos *
    /home/sunos_install *That looks pretty good.
    You do have the option of running VMware on linux, and putting a Solaris 10 image on it, then using that VM as your boot server. But the problem you're displaying doesn't appear to be related to the linux server.
    Darren

  • Cannot connect to internet in Solaris 10 OS.

    I setup X4500 running solaris 10 OS. But, I cannot connect to internet. I do not understand whats wrong with that. When I ping google or any other site from X4500 its not transferring any packets. I can ssh it from a remote computer. So, running fine on the network. I have a static IP for that. Could someone please help me with this.
    Thank you

    Can you ping your own default gateway's IP address?
    Can you traceroute to a public IP address like forums.sun.com (72.5.124.102)?
    Can you use nslookup to resolve hostnames to IP addresses?
    Does your /etc/resolv.conf have lines like:
    nameserver 192.168.0.10
    Where 192.168.0.10 is the IP address of your local DNS server(s)?
    Did you copy /etc/nsswitch.dns over /etc/nsswitch.conf before trying to reach websites?
    I hope investigating these questions help.
    regards,
    ~ Dairenn

  • Deploy to Weblogic  JDBC open failure

    I have deployed successfully prior to the 7/1/2009 Jdeveloper release.
    When I tried to deploy using the new release I receive the same error messages no matter the technique.
    I used the ear sync set check box. This generates a web and jdbc module in weblogic.
    I unchecked it. Manually setup JDBC source.
    I generated a ear/war and manually deployed using weblogic console.
    I ran with NO JDBC at all.
    After each manually JDBC setup I always tested the connection, always successfull.
    The messages are always the same.
    Unable to open JDBC.
    Null pointer
    password null
    I MUST be doing something really stupid, but I can not figure it out.
    I am using no custom anything.
    I just created a one form app and tried to deploy it, but same error messages.
    I am deploying to windows server 8
    chuck

    Hi,
    2 things to check.
    1. Your In your AppModule config change the JDBC URL to JDBC DS (as mentioned by frank - I hope you have already done that) and Test the JDBC Datasource you've created via the weblogic console. Also, make sure the You've added the Datasource (you've created through the wls console) to the AdminServer (or ManagedServers).
    2. Are you adding any ADF Libraries (Another application deployed as ADF Library) to your application? If yes, check out the connection information of that Application too.
    -Arun

  • Unable to find known Solaris bug (1084772)?

    Hi all,
    I'm currently facing an issue with my connectivity between SunOS 5.8 with Oracle.
    However I've stumbled upon sites (referenced below) that quoted this "known" Solaris Bug which ties in strongly with the problem I am having.
    <Solaris only> Problem Description ------------------- You have a JDBC program connecting to the database. This program may run standalone or on a webserver. This program opens many simultaneous connections to the database. The following error occurs on or near the 257th connection: java.sql.SQLException: ORA-12154: TNS:could not resolve service name All of the following symptoms apply: - Solaris OS - Oracle JDBC/OCI driver - ORA-12154 Error - Failure occurs on 257th connection between JDBC client and Oracle server. - Same program works on a non-Solaris OS, exceeding the 257th connection. Solution Description -------------------- This is a known Solaris bug (1084772). Contact Sun for further information and/or possible patch. As a workaround, you can hardcode the full tns description in the JDBC/OCI connection string. This avoids the need to read the tnsnames.ora file. This will not eliminate the problem, but should free up more file descriptors for your use, thus deferring failure until later. jdbc:oracle:oci8:@(description=(address=(host=pepper)(protocol=tcp)(port=1521))(connect_data=(sid=ORCL))) Explanation ----------- The OS file descriptor limit is being reached. Thus, the tnsnames.ora file cannot be read to resolve the tns alias suppled to the connection string. References ---------- http://sunsolve.sun.com bug (1084772) Summary: Although the limit for file descriptors is 1024, you  cannot open more than 256 fd's using stdio.h. (This is not an Oracle bug.) note:94091.1 Example: Identifying Connection String Problems in JDBC bug:777647 When Opening > 253 File Descriptors and Then Connection bug:2060739 ORA-12154 After Creating 220+ Connections Using Thick (OCI8) JDBC Driver </solaris only>
    However when I tried to search for this bug on sunsolve I am not able to find this at all.
    Could someone please enlighten me? Is this a real bug or is it some hokey poky?
    Thanks
    Ref:
    http://www.orafaq.com/maillist/oracle-l/2003/12/16/1329.htm
    http://www.experts-exchange.com/Database/Oracle/Q_21877697.html
    Edited by: uGeneo on Apr 9, 2008 8:12 PM
    Added ref.

    "The following error occurs on or near the 257th connection:"
    There may actually be a bug in the vendor software, but I doubt your application should ever have a need for more than a handful of connections much less 257 connections if you are using connection pooling. Therefore I suggest you look at your application and make sure its using connection pooling and that you are
    getting a connection, using it, and closing it all within a try/catch/finally block rather than worry about the vendor bug. Here is a rough outline of
    using a connection (all within the same function you your sure the finally block is called, where the conneciton is obtained ,used, and close as quickly as possible):
    Connection conn=null;
    try{
    conn= //get connection
    }catch( Exception e){
    }finally{
    //close connection.
    Lets suppose you have 100 people using your application and the above code is called if they hit an 'update' button. The chances of all 100 of them hitting
    the update button within the same 10 milliseconds or so for the above code to complete is very very small.
    Chances are most of them are spending 99.9993% of the time looking at the web page than clicking the update button. My off the wall guess is that only
    2 or 3 people out of 100 will ever access the code at the same 10 milliseconds. Therefore your connection pool only needs 3 connections on stand by.

  • How to activate JDBC debugging for SPRING 3.1? Oracle trigger problems ...

    Hi,
    I have some trigger problems. I created a trigger to update a certain column each time a new record is inserted or an existent record is updated. I use Oracle 10g. If I create the trigger and execute an insert query via the XE client everything works fine. However, when I use a spring 3.1 setup with Hibernate and OJDBC driver, I get an
    java.sql.SQLException: ORA-04098: trigger 'LOCALUSER_PROP_TRIG' is invalid and failed re-validation
    And if I execute a show error trigger query I get an invalid SQL query error.
    I can easily activate Hibernate debugging and I can see that the prepared statement by Hibernate is just fine, but I was wondering if I could see the full sql sent by the JDBC driver to the server. Maybe seeing the actual query sent to the server would provide new insight of what could be wrong in the Hibernate setup. Does any one what could be wrong and eventually how could setup jdbc to output debug info? Thanks a lot,
    Cristian

    Which platform is the database running on ??
    Other things you should check -
    when debugging the EJB, JDev
    3.1 looks through your IIOP connections to find the one to use.
    Make sure that the IIOP connection that JDev is using for the debugging matches the IIOP connection that the EJB client application is using.
    raghu
    null

  • Oracle BPEL Installation in Solaris

    Hi all,
    Can anybody give some tips on how to install the Oracle BPEL in a Solaris environment. i did the oracle BPEL 10.1.2 installation in windows machine and did a POC.Now i want to replicate the same setup in a solaris environment and do a performance testing.
    In Windows it was quite easy cince we get a Olite DB along with the BPM installation,but in solaris i am sure we need to do a seperate DB configuration.
    Do i need to use the Repository creation agent to do that or can i use the scripts which i downloaded from the oracle BPM download page?
    which one should i install
    * the Oracle BPEL Process Manager for Oracle AS middle Tier?
    or
    *BPEL process manager for developers
    Please let me know if i need to do any special work arounds for completing the installation.
    Your response is highly appreciated.
    Thanks & Regards
    Subbu

    Hi,
    you have to install
    * the Oracle BPEL Process Manager for Oracle AS middle Tier
    Please take a look at the installation guide. You need a Oracle DB to run BPEL in production environment....

Maybe you are looking for

  • IF conditions stopped working in RTF Template

    Hi, After applying Financials Family Pack G and Running 'XML Publisher Re-Generate template' program. If conditions with xdoxslt:get_variable on RTF template stopped working. Oracle Apps version: 11.5.10.2 XML Publisher version: 5.0.0 Any help or dir

  • Idoc to file problem

    I am doing idoc to file scenario. 1.i have just mapped to 6 feilds from IDOC.....but while executing IDOC..i get 20 fields frm R3....will that cretae a problem....Because i have not mapped to thos fields of the receiver... 2.while executing the mappi

  • Renaming image files - LR doesn't accept preceding zeros

    I have finished editing in the develop modules & deleted some additional photos in the shoot during the editing process. I do review & delete most of my unwanted images in advance, so please don't lecture me on this! Anyway, I went to the library mod

  • Adobe Captivate 4 and Javascript

    Please let me know if anyone has ever successfully used Javascript within a Captivate 4 project. I do not know Javascript, but inserted the code, "location.reload(true);" with the hopes to refresh the current page of a Captivate 4 project loaded in o

  • Batch - Ship-To party Relation

    Dear experts, Is it possible to assign different ship-to parties at delivery at batch split lines. (Material not taxable) M1- 100 pcs when do batch split 9001- 50 pcs shipto party Mumbai 9002- 50 PCS ship to party Delhi Is this possible in SAP? May y