Stop Oracle under Solaris (SQLPLUS)

Hello!
I would like to stop the Oracle DB.
I get the following error:
Connected to an idle instance.
alter system switch logfile
ERROR at line 1:
ORA-01034: ORACLE not available
Connected to an idle instance.
ORA-01034: ORACLE not available
ORA-27123: unable to attach to shared memory segment
SVR4 Error: 13: Permission denied
Disconnected
With wich user (ora<SID>, <sid>adm) should I log on onto the Operating system and what are the commandos to execute for stopping db?
If I execute
>sqlplus /nolog
I get the error
sqlplus command not found
If I try to execute the stopdb command from
<b>/usr/sap/<SID>/SYS/exe/run/stopdb</b>
I get the error
<b>permission denied
Cannot find executable sqlplus</b>
Thank you very much!
regards
Thom

hello,
the database is maybe not up.  You can startup database e.g. like that
ora<sid>
sqlplus /nolog
SQL> connect / as sysdba
Connected to an idle instance (if the database is not up or the environments are not set)
SQLL> startup;
You can stop database e.g. like that:
sqlplus /nolog
SQL> connect / as sysdba
SQL> shutdown immediate;
Maybe your environment settings are not set correct. You can start and stop the database with <sid>adm and ora<sid> users, if they belong to dba group and environment settings are set, like ORACLE_SID, ORACLE_HOME and PATH:$ORACLE_HOME/bin etc...
best regards

Similar Messages

  • Porting of Sybase Application to Oracle 8i under Solaris

    Dear All
    I want to port an application from sybase 10.2 which is running under Solaris to Oracle 8I under Solaris. Apart from database objects and stored procedures which I have already converted I wan to conver some C Codes and Unix Scripts
    Which are either shell scripts or perl programs. I need all of your valuable suggestions in this regard.
    Q-1 . In the Perl Program the following lines are sybase specific
    Use Sybase:: Dblib
    Require /files0/apps/local/lib/perl15/Sybase/sybperl.pl;
    What will be the equivalent for ORACLE.
    Suggest what perl I should use in this context.
    In continuation to the above also I have some shell variables assigned as follows
    $SYB_SERVER=SYB_PROD_CERT;
    $SYB_DATABASE=APPLDB;
    $ENV{SYBASE}=/sybase/10.0.4;
    $ENV{DSQUERY}=$SYB_SERVER
    $SYB_USER=keshav;
    $SYB_PWFILE=/myappl/processcert/passwords/$SYB_SERVER;
    $SYB_PW=/usr/bin/cat $SYB_PWFILE;
    chop($SYB_PW);
    dbmsghandle(message_handler);
    dberrhandle(error_handler);
    ( ($dbproc = &dblogin($SYB_USER,$SYB_PW,$SYB_SERVER)) != -1 );
    ( &dbuse($dbproc, $SYB_DATABASE) != -1 );
    ( ($dbproc2 = &dblogin($SYB_USER,$SYB_PW,$SYB_SERVER)) != -1 );
    ( &dbuse($dbproc2, $SYB_DATABASE) != -1 );
    sub Statistics
    # get distinct sub-cat counts
    ( &dbcmd($dbproc, "select count(*),orgnumber,name=(select servicerorgname from servicer where servicer.orgnumber=transactionlog.orgnumber) from transactionlog group by orgnumber order by count(*) desc\n") != -1 );
    &dbsqlexec($dbproc);
    &dbresults($dbproc);
    $row = DBROWS( $dbproc );
    2. One of the Sample C Program is given here which I want to convert into pro*c.
    I would like to know what are the corresponding libraries of oracle under
    Solaris are to be used and also the respective header files mapping of Sybase
    To Oracle. Any comment of this will be appreciated.
    #include "sql.h"
    #include "unix.h"
    #include <stdlib.h>
    #ifndef SQL_INCLUDED
    #define SQL_INCLUDED
    #include <sybfront.h>
    #include <sybdb.h>
    /*#include "sybdbex.h"*/
    /* #include <syberror.h>*/
    #endif     
    /* LogonToServer(char server[]) */
    /*----------------------------------------------------------------------sra-*/
    DBPROCESS *LogonToServer(char server[], char datab[], char user[],
    char passwd[], char appname[] )
    PCHAR szTemp;
    char data[1000];
    int result;
    long l;
    DBPROCESS *dbp;
    LOGINREC *login;
    /* initiailize library */
    if ( dbinit() == FAIL)
    printf("DB Initialization failed!\n");
    exit(1);
    /* install user supplied error handling and message handling routines*/
    dberrhandle(err_handler);
    dbmsghandle(msg_handler);
    /* get LOGINREC structure and fill */
    login = dblogin();
    DBSETLUSER(login,user);
    DBSETLPWD(login,passwd);
    DBSETLAPP(login,appname);
    /* get a DBPROCESS structure for communicating with the server */
    if ((dbp = dbopen(login,server)) == NULL)
    printf("dbopen failed on server: %s\n",server);
    exit(1);
    dbcmd(dbp,strcat("use ",datab));
    dbsqlexec(dbp);
    result=dbresults(dbp);
    return dbp;
    /* LogoutOfServer() */
    /*----------------------------------------------------------------------sra-*/
    void LogoutOfServer(DBPROCESS *dbproc)
    DBPROCESS *dbp2;
    dbclose( dbproc );
    return;
    int err_handler(DBPROCESS *dbproc,int severity,int dberr,int oserr,
    char dberrstr,char oserrstr)
    if ((dbproc == NULL))
    return(INT_EXIT);
    else
    fprintf(ERR_CH, "DB-LIBRARY error:\n\t%s\n",dberrstr);
    if (oserr != DBNOERR)
    fprintf(ERR_CH,"Operating-system error:\n\t%s\n",oserrstr);
    return(INT_CANCEL);
    int msg_handler(DBPROCESS *dbproc, DBINT msgno, int msgstate, int severity,
    char msgtext,char srvname,char *procname,DBUSMALLINT line)
    return 0;

    Hello
    The "-D_BIG_ENDIAN" shows you that the code is endian-dependent. This means that the program cannot be ported 1:1 because x86 is little endian while Sparc is big-endian.
    I would first try to use "-D_LITTLE_ENDIAN" (or what flag ever I can find in the source codes) and to compile for x86.
    Because of the "-D_BIG_ENDIAN" different source code is used for both machines. Maybe the little-endian source code is wrong:
    #ifdef _BIG_ENDIAN
    // correct source code for Sparc
    #else
    // INCORRECT source code for x86
    #endifMartin

  • F60srvm process dies under Solaris

    We are running OAS 4.0.7 under Solaris 2.6 with Oracle 8.0.5.
    Our version of Developer 6 is 6.0.5.0.3.
    We get a process started with "f60ctl start"
    The server process dies when we invoke the form in a browser.
    Anybody have any suggestions?

    If you start a background process, the shell remembers its pid in $!.
    That can be used to store the pid in a pid-file, which may be useful when stopping the thing or preventing multiple starts.
    Or you can also use a wrapper script around the java program which remembers the java process's PID and traps the exit and sigstop signals, and in the trap stops the java process. Thus you have to find your own script process, not the java process
    BTW: is there any special way to stop your java process or you want just to send it a SIGTERM signal?

  • Sparc Storag Array 102 needs to run under solaris 10

    I need to get a Sparc Storage Array to run under solaris 10. The soc driver that is needed is not supportted under solairs 10. I took the packages needed off of solari 9 cd and installed them but no luck. I tried to to do a modload and modinfo but it was not there.
    The package loaded a file into /kernel/drv/sparcv9/soc. I have solaris 9 onanother disk on the same system and looked at the system trying to copy and edit the files on 10 but not device paths show up in the system. I copyied a file called soc that was in /kernel/drv/ I edited the /etc/device_aliases and path_to_inst but no good.
    There are no entries in the /devices/ dir that reference the soc path. I do not if than can work but really would like to get this working.

    The fibre interface on that beast is NOT a Gigabit connection,
    such as is common on current systems.
    It was a 100Mbps connection through an array controller,
    running with a 40MHz microSPARC II control module.
    You'd exceed its throughput capabilities in any attempt
    to read or write data at or beyond that 100Mbps rate.
    I don't anticipate much assistance in these forums for a technology that goes back a decade-and-a-half.
    Contributors familiar with products from that era stopped posting in 2006
    when the previous supportforum.sun.com was merged into this one.
    We'll all look forward to your guidance after you succeed.
    You'll teach the rest of us.

  • WebLogic 5.1.0 crashes under Solaris

              Hi,
              I am using weblogic 5.1.0 under Solaris 8. Database is Oracle 8i Enterprise Edition Release 8.1.6.0.0.
              WebLogic crashes with following dump. I will be very thankful if someone can help me out.
              Thanks,
              Viresh
              Dump is as follows :
              SIGSEGV 11 segmentation violation
              si_signo [11]: SEGV
              si_errno [0]:
              si_code [1]: SEGV_MAPERR [addr: 0x14]
              stackpointer=E9CAEA68
              "Thread-69" (TID:0x4873e90, sys_thread_t:0x4873dc8, state:CW, thread_t: t@138, threadID:0xe9c81d78, stack_bottom:0xe9c82000, stack_size:0x20000) prio=5
              [1] java.lang.Thread.sleep(Native Method)
              [2] com.ibm.mq.jms.SessionAsyncHelper.run(SessionAsyncHelper.java:173)
              "Thread-8" (TID:0x41c5a48, sys_thread_t:0x41c5980, state:R, thread_t: t@47, threadID:0xe9cb1d78, stack_bottom:0xe9cb2000, stack_size:0x20000) prio=5 current thread
              [1] weblogic.db.oci.OciCursor.exec(Native Method)
              [2] weblogic.db.oci.OciCursor.oci_exec(OciCursor.java:1816)
              [3] weblogic.jdbcbase.oci.Statement.executeUpdate(Statement.java:823)
              [4] weblogic.jdbcbase.oci.Statement.execute(Statement.java:1351)
              [5] weblogic.jdbc.pool.PreparedStatement.execute(PreparedStatement.java:33)
              [6] com.zaplet.schema.GetNextDeliveriesSP.execute(GetNextDeliveriesSP.java:142)
              [7] com.zaplet.core.DigestThread.getNextBatch(DigestThread.java:194)
              [8] com.zaplet.core.DigestThread.deliverDigests(DigestThread.java:131)
              [9] com.zaplet.core.DigestThread.run(DigestThread.java:109)
              "Thread-1" (TID:0x3f292e0, sys_thread_t:0x3f29218, state:CW, thread_t: t@37, threadID:0xe9ce1d78, stack_bottom:0xe9ce2000, stack_size:0x20000) prio=5
              [1] java.lang.Thread.sleep(Native Method)
              [2] com.zaplet.util.WorkerThread.run(WorkerThread.java:32)
              "SSLListenThread" (TID:0x3d05d08, sys_thread_t:0x3d05c40, state:R, thread_t: t@36, threadID:0xe9d41d78, stack_bottom:0xe9d42000, stack_size:0x20000) prio=5
              [1] java.net.PlainSocketImpl.socketAccept(Native Method)
              [2] java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
              [3] java.net.ServerSocket.implAccept(ServerSocket.java:240)
              [4] java.net.ServerSocket.accept(ServerSocket.java:224)
              [5] weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java:121)
              [6] weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:112)
              [7] weblogic.t3.srvr.ListenThread.run(ListenThread.java:226)
              "ListenThread" (TID:0x742500, sys_thread_t:0x742438, state:R, thread_t: t@35, threadID:0xe9f01d78, stack_bottom:0xe9f02000, stack_size:0x20000) prio=5
              [1] java.net.PlainSocketImpl.socketAccept(Native Method)
              [2] java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
              [3] java.net.ServerSocket.implAccept(ServerSocket.java:238)
              [4] java.net.ServerSocket.accept(ServerSocket.java:223)
              [5] weblogic.t3.srvr.ListenThread.run(ListenThread.java:226)
              "NBExecuteThread-1" (TID:0x8ee3d0, sys_thread_t:0x8ee308, state:CW, thread_t: t@31, threadID:0xe9f31d78, stack_bottom:0xe9f32000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "NBExecuteThread-0" (TID:0x8d8cc8, sys_thread_t:0x8d8c00, state:CW, thread_t: t@30, threadID:0xe9f81d78, stack_bottom:0xe9f82000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-19" (TID:0x8ec930, sys_thread_t:0x8ec868, state:MW, thread_t: t@29, threadID:0xe9fb1d78, stack_bottom:0xe9fb2000, stack_size:0x20000) prio=5
              [1] weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:259)
              [2] weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-18" (TID:0x8d94c8, sys_thread_t:0x8d9400, state:R, thread_t: t@28, threadID:0xea001d78, stack_bottom:0xea002000, stack_size:0x20000) prio=5
              [1] weblogic.socket.PosixSocketMuxer.poll(Native Method)
              [2] weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:259)
              [3] weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
              [4] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-17" (TID:0x8f5100, sys_thread_t:0x8f5038, state:MW, thread_t: t@27, threadID:0xea031d78, stack_bottom:0xea032000, stack_size:0x20000) prio=5
              [1] weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:259)
              [2] weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-16" (TID:0x8a1508, sys_thread_t:0x8a1440, state:CW, thread_t: t@26, threadID:0xea081d78, stack_bottom:0xea082000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-15" (TID:0x8d8738, sys_thread_t:0x8d8670, state:MW, thread_t: t@25, threadID:0xea0b1d78, stack_bottom:0xea0b2000, stack_size:0x20000) prio=5
              [1] java.sql.DriverManager.getConnection(DriverManager.java:104)
              [2] com.zaplet.data.DataManager.getConnection(DataManager.java:98)
              [3] com.zaplet.db.DbTrans.<init>(DbTrans.java:244)
              [4] com.zaplet.schema.UserQuery.execute(UserQuery.java:97)
              [5] com.zaplet.UserUtils.findByUserId(UserUtils.java:289)
              [6] com.zaplet.ZapletSession.isLoggedIn(ZapletSession.java:36)
              [7] jsp._layout3._snippets._author._defaultEndWire._jspService(_defaultEndWire.java:69)
              [8] weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
              [9] weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:114)
              [10] weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:200)
              [11] weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:172)
              [12] weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:105)
              [13] jsp._sending._sentokay._jspService(_sentokay.java:69)
              [14] weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
              [15] weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:114)
              [16] weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:96)
              [17] com.zaplet.ZServlet.forwardRequest(ZServlet.java:46)
              [18] com.zaplet.StoreCreateServlet.sendMessage(StoreCreateServlet.java:510)
              [19] com.zaplet.StoreCreateServlet.handleSend(StoreCreateServlet.java:272)
              [20] com.zaplet.StoreCreateServlet.storeCreateHelper(StoreCreateServlet.java:163)
              [21] com.zaplet.StoreCreateServlet.doPost(StoreCreateServlet.java:78)
              [22] javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
              [23] javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
              [24] weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:114)
              [25] weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:154)
              [26] com.zaplet.ZServlet.forwardRequest(ZServlet.java:46)
              [27] com.zaplet.PreviewServlet.processInputs(PreviewServlet.java:284)
              [28] com.zaplet.PreviewServlet.doPost(PreviewServlet.java:33)
              [29] javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
              [30] javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
              [31] weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:114)
              ... remainder of stack truncated ...
              "ExecuteThread-14" (TID:0x8e40d0, sys_thread_t:0x8e4008, state:CW, thread_t: t@24, threadID:0xea101d78, stack_bottom:0xea102000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-13" (TID:0x8facd8, sys_thread_t:0x8fac10, state:CW, thread_t: t@23, threadID:0xea131d78, stack_bottom:0xea132000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-12" (TID:0x8e0cf8, sys_thread_t:0x8e0c30, state:CW, thread_t: t@22, threadID:0xea181d78, stack_bottom:0xea182000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-11" (TID:0x938018, sys_thread_t:0x937f50, state:CW, thread_t: t@21, threadID:0xea1b1d78, stack_bottom:0xea1b2000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-10" (TID:0x936e40, sys_thread_t:0x936d78, state:MW, thread_t: t@20, threadID:0xea201d78, stack_bottom:0xea202000, stack_size:0x20000) prio=5
              [1] java.sql.DriverManager.getConnection(DriverManager.java:104)
              [2] com.zaplet.data.DataManager.getConnection(DataManager.java:98)
              [3] com.zaplet.db.DbTrans.<init>(DbTrans.java:244)
              [4] com.zaplet.schema.UserQuery.execute(UserQuery.java:97)
              [5] com.zaplet.UserUtils.findByUserId(UserUtils.java:289)
              [6] com.zaplet.ZapletSession.isLoggedIn(ZapletSession.java:36)
              [7] jsp._errors._index._jspService(_index.java:69)
              [8] weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
              [9] weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:114)
              [10] weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:96)
              [11] com.zaplet.ZServlet.forwardRequest(ZServlet.java:46)
              [12] com.zaplet.StoreCreateServlet.storeCreateHelper(StoreCreateServlet.java:160)
              [13] com.zaplet.StoreCreateServlet.doPost(StoreCreateServlet.java:41)
              [14] javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
              [15] javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
              [16] weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:114)
              [17] weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:96)
              [18] com.zaplet.ZServlet.forwardRequest(ZServlet.java:46)
              [19] com.zaplet.PreviewServlet.processInputs(PreviewServlet.java:284)
              [20] com.zaplet.PreviewServlet.doPost(PreviewServlet.java:33)
              [21] javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
              [22] javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
              [23] weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:114)
              [24] weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:723)
              [25] weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:707)
              [26] weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:102)
              [27] weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:344)
              [28] weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:244)
              [29] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-9" (TID:0x8a2ce8, sys_thread_t:0x8a2c20, state:CW, thread_t: t@19, threadID:0xea231d78, stack_bottom:0xea232000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-8" (TID:0x934cb0, sys_thread_t:0x934be8, state:CW, thread_t: t@18, threadID:0xea281d78, stack_bottom:0xea282000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-7" (TID:0x885108, sys_thread_t:0x885040, state:CW, thread_t: t@17, threadID:0xea2b1d78, stack_bottom:0xea2b2000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-6" (TID:0x8a6cf8, sys_thread_t:0x8a6c30, state:CW, thread_t: t@16, threadID:0xea2f1d78, stack_bottom:0xea2f2000, stack_size:0x20000) prio=5
              [1] weblogic.common.internal.DynaQueue.getW(DynaQueue.java:219)
              [2] weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:561)
              [3] weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:555)
              [4] weblogic.common.internal.ResourceAllocator.reserveWaitSecs(ResourceAllocator.java:544)
              [5] weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:162)
              [6] weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs(ConnectionPool.java:145)
              [7] weblogic.jdbcbase.pool.Driver.connect(Driver.java:65)
              [8] java.sql.DriverManager.getConnection(DriverManager.java:433)
              [9] java.sql.DriverManager.getConnection(DriverManager.java:104)
              [10] com.zaplet.data.DataManager.getConnection(DataManager.java:98)
              [11] com.zaplet.db.DbTrans.<init>(DbTrans.java:244)
              [12] com.zaplet.schema.UserQuery.execute(UserQuery.java:97)
              [13] com.zaplet.UserUtils.findByUserId(UserUtils.java:289)
              [14] com.zaplet.ZapletSession.isLoggedIn(ZapletSession.java:36)
              [15] jsp._authorpages._contacts._jspService(_contacts.java:96)
              [16] weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
              [17] weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:114)
              [18] weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:723)
              [19] weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:707)
              [20] weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:102)
              [21] weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:344)
              [22] weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:244)
              [23] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-5" (TID:0x92be00, sys_thread_t:0x92bd38, state:CW, thread_t: t@15, threadID:0xeadb1d78, stack_bottom:0xeadb2000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-4" (TID:0x897cf8, sys_thread_t:0x897c30, state:MW, thread_t: t@14, threadID:0xeadf1d78, stack_bottom:0xeadf2000, stack_size:0x20000) prio=5
              [1] java.sql.DriverManager.println(DriverManager.java:364)
              [2] weblogic.jdbcbase.oci.Statement.private_parse(Statement.java:687)
              [3] weblogic.jdbc.oci.Connection.prepareCall(Connection.java:52)
              [4] weblogic.jdbc.pool.Connection.prepareCall(Connection.java:71)
              [5] com.zaplet.schema.UserSP.execute1(UserSP.java:185)
              [6] com.zaplet.schema.UserSP.execute(UserSP.java:159)
              [7] com.zaplet.UserUtils.checkAndAddUser(UserUtils.java:51)
              [8] com.zaplet.Zaplet.createMessageObject(Zaplet.java:1588)
              [9] com.zaplet.Zaplet.storeZaplet(Zaplet.java:1083)
              [10] com.zaplet.StoreCreateServlet.handleStoreCreate(StoreCreateServlet.java:246)
              [11] com.zaplet.StoreCreateServlet.storeCreateHelper(StoreCreateServlet.java:158)
              [12] com.zaplet.StoreCreateServlet.doPost(StoreCreateServlet.java:41)
              [13] javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
              [14] javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
              [15] weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:114)
              [16] weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:96)
              [17] com.zaplet.ZServlet.forwardRequest(ZServlet.java:46)
              [18] com.zaplet.PreviewServlet.processInputs(PreviewServlet.java:284)
              [19] com.zaplet.PreviewServlet.doPost(PreviewServlet.java:33)
              [20] javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
              [21] javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
              [22] weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:114)
              [23] weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:723)
              [24] weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:707)
              [25] weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:102)
              [26] weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:344)
              [27] weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:244)
              [28] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-3" (TID:0x8980f8, sys_thread_t:0x898030, state:CW, thread_t: t@13, threadID:0xeafd1d78, stack_bottom:0xeafd2000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-2" (TID:0x8b94f8, sys_thread_t:0x8b9430, state:CW, thread_t: t@12, threadID:0xeb3b1d78, stack_bottom:0xeb3b2000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-1" (TID:0x92f978, sys_thread_t:0x92f8b0, state:CW, thread_t: t@11, threadID:0xeb3e1d78, stack_bottom:0xeb3e2000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "ExecuteThread-0" (TID:0x921968, sys_thread_t:0x9218a0, state:CW, thread_t: t@10, threadID:0xebea1d78, stack_bottom:0xebea2000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              "TimeEventGenerator" (TID:0x8d9aa8, sys_thread_t:0x8d99e0, state:CW, thread_t: t@9, threadID:0xebed1d78, stack_bottom:0xebed2000, stack_size:0x20000) prio=5
              [1] weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:256)
              [2] weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:131)
              [3] java.lang.Thread.run(Thread.java:479)
              "SpinnerRandomSource" (TID:0x8a7500, sys_thread_t:0x8a7438, state:CW, thread_t: t@8, threadID:0xed041d78, stack_bottom:0xed042000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java:102)
              [3] weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:116)
              Exiting Thread (sys_thread_t:0xff30e2e8) : no stack
              "Finalizer" (TID:0x2cfa80, sys_thread_t:0x2cf9b8, state:CW, thread_t: t@6, threadID:0xfe3e1d78, stack_bottom:0xfe3e2000, stack_size:0x20000) prio=8
              [1] java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:146)
              [2] java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:168)
              [3] java.lang.ref.Finalizer$FinalizerWorker$FinalizerThread.run(Finalizer.java:124)
              "Reference Handler" (TID:0x2cd2a0, sys_thread_t:0x2cd1d8, state:CW, thread_t: t@5, threadID:0xfec41d78, stack_bottom:0xfec42000, stack_size:0x20000) prio=10
              [1] java.lang.Object.wait(Object.java:424)
              [2] java.lang.ref.Reference$ReferenceHandler.run(Reference.java:130)
              "Signal dispatcher" (TID:0x2aa5f0, sys_thread_t:0x2aa528, state:MW, thread_t: t@4, threadID:0xfed41d78, stack_bottom:0xfed42000, stack_size:0x20000) prio=10
              "main" (TID:0x38280, sys_thread_t:0x381b8, state:CW, thread_t: t@1, threadID:0x25118, stack_bottom:0xffbf0000, stack_size:0x20000) prio=5
              [1] java.lang.Object.wait(Object.java:424)
              [2] weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:1787)
              [3] java.lang.reflect.Method.invoke(Native Method)
              [4] weblogic.Server.startServerDynamically(Server.java:107)
              [5] weblogic.Server.main(Server.java:65)
              [6] weblogic.Server.main(Server.java:55)
              

    Yup, try toggling between Solaris JDK 1.2.2 and 1.3. We've also experienced
              seg fault problems with a certain JDK + JDBC driver combo.
              Gene
              "sumanth" <[email protected]> wrote in message
              news:[email protected]...
              > seg fault errors according to weblogic can be caused by the following 3
              > reasons
              > 1) native muxer
              > 2) jdbc 2 drivers
              > 3) jvm
              >
              > I dont know what the first one means. We had faced one similar problem
              but
              > when we upgraded our jdk to 1.3 things were back to normal. (weblogic
              > supports 1.2)
              >
              > -Sumanth
              >
              > "Viresh Jain" <[email protected]> wrote in message
              > news:[email protected]...
              > >
              > > Hi,
              > > I am using weblogic 5.1.0 under Solaris 8. Database is Oracle 8i
              > Enterprise Edition Release 8.1.6.0.0.
              > >
              > > WebLogic crashes with following dump. I will be very thankful if someone
              > can help me out.
              > >
              > > Thanks,
              > > Viresh
              > >
              > > Dump is as follows :
              > >
              > > SIGSEGV 11 segmentation violation
              > > si_signo [11]: SEGV
              > > si_errno [0]:
              > > si_code [1]: SEGV_MAPERR [addr: 0x14]
              > >
              > > stackpointer=E9CAEA68
              > > "Thread-69" (TID:0x4873e90, sys_thread_t:0x4873dc8, state:CW, thread_t:
              > t@138, threadID:0xe9c81d78, stack_bottom:0xe9c82000, stack_size:0x20000)
              > prio=5
              > >
              > > [1] java.lang.Thread.sleep(Native Method)
              > > [2] com.ibm.mq.jms.SessionAsyncHelper.run(SessionAsyncHelper.java:173)
              > > -------------------
              > > "Thread-8" (TID:0x41c5a48, sys_thread_t:0x41c5980, state:R, thread_t:
              > t@47, threadID:0xe9cb1d78, stack_bottom:0xe9cb2000, stack_size:0x20000)
              > prio=5 current thread
              > >
              > > [1] weblogic.db.oci.OciCursor.exec(Native Method)
              > > [2] weblogic.db.oci.OciCursor.oci_exec(OciCursor.java:1816)
              > > [3] weblogic.jdbcbase.oci.Statement.executeUpdate(Statement.java:823)
              > > [4] weblogic.jdbcbase.oci.Statement.execute(Statement.java:1351)
              > > [5]
              > weblogic.jdbc.pool.PreparedStatement.execute(PreparedStatement.java:33)
              > > [6]
              >
              com.zaplet.schema.GetNextDeliveriesSP.execute(GetNextDeliveriesSP.java:142)
              > > [7] com.zaplet.core.DigestThread.getNextBatch(DigestThread.java:194)
              > > [8] com.zaplet.core.DigestThread.deliverDigests(DigestThread.java:131)
              > > [9] com.zaplet.core.DigestThread.run(DigestThread.java:109)
              > > -------------------
              > > "Thread-1" (TID:0x3f292e0, sys_thread_t:0x3f29218, state:CW, thread_t:
              > t@37, threadID:0xe9ce1d78, stack_bottom:0xe9ce2000, stack_size:0x20000)
              > prio=5
              > >
              > > [1] java.lang.Thread.sleep(Native Method)
              > > [2] com.zaplet.util.WorkerThread.run(WorkerThread.java:32)
              > > -------------------
              > > "SSLListenThread" (TID:0x3d05d08, sys_thread_t:0x3d05c40, state:R,
              > thread_t: t@36, threadID:0xe9d41d78, stack_bottom:0xe9d42000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.net.PlainSocketImpl.socketAccept(Native Method)
              > > [2] java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
              > > [3] java.net.ServerSocket.implAccept(ServerSocket.java:240)
              > > [4] java.net.ServerSocket.accept(ServerSocket.java:224)
              > > [5]
              >
              weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java
              > :121)
              > > [6]
              weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:112)
              > > [7] weblogic.t3.srvr.ListenThread.run(ListenThread.java:226)
              > > -------------------
              > > "ListenThread" (TID:0x742500, sys_thread_t:0x742438, state:R, thread_t:
              > t@35, threadID:0xe9f01d78, stack_bottom:0xe9f02000, stack_size:0x20000)
              > prio=5
              > >
              > > [1] java.net.PlainSocketImpl.socketAccept(Native Method)
              > > [2] java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
              > > [3] java.net.ServerSocket.implAccept(ServerSocket.java:238)
              > > [4] java.net.ServerSocket.accept(ServerSocket.java:223)
              > > [5] weblogic.t3.srvr.ListenThread.run(ListenThread.java:226)
              > > -------------------
              > > "NBExecuteThread-1" (TID:0x8ee3d0, sys_thread_t:0x8ee308, state:CW,
              > thread_t: t@31, threadID:0xe9f31d78, stack_bottom:0xe9f32000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "NBExecuteThread-0" (TID:0x8d8cc8, sys_thread_t:0x8d8c00, state:CW,
              > thread_t: t@30, threadID:0xe9f81d78, stack_bottom:0xe9f82000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-19" (TID:0x8ec930, sys_thread_t:0x8ec868, state:MW,
              > thread_t: t@29, threadID:0xe9fb1d78, stack_bottom:0xe9fb2000,
              > stack_size:0x20000) prio=5
              > >
              > > [1]
              > weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:259)
              > > [2]
              > weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-18" (TID:0x8d94c8, sys_thread_t:0x8d9400, state:R,
              > thread_t: t@28, threadID:0xea001d78, stack_bottom:0xea002000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] weblogic.socket.PosixSocketMuxer.poll(Native Method)
              > > [2]
              > weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:259)
              > > [3]
              > weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
              > > [4] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-17" (TID:0x8f5100, sys_thread_t:0x8f5038, state:MW,
              > thread_t: t@27, threadID:0xea031d78, stack_bottom:0xea032000,
              > stack_size:0x20000) prio=5
              > >
              > > [1]
              > weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:259)
              > > [2]
              > weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-16" (TID:0x8a1508, sys_thread_t:0x8a1440, state:CW,
              > thread_t: t@26, threadID:0xea081d78, stack_bottom:0xea082000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-15" (TID:0x8d8738, sys_thread_t:0x8d8670, state:MW,
              > thread_t: t@25, threadID:0xea0b1d78, stack_bottom:0xea0b2000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.sql.DriverManager.getConnection(DriverManager.java:104)
              > > [2] com.zaplet.data.DataManager.getConnection(DataManager.java:98)
              > > [3] com.zaplet.db.DbTrans.<init>(DbTrans.java:244)
              > > [4] com.zaplet.schema.UserQuery.execute(UserQuery.java:97)
              > > [5] com.zaplet.UserUtils.findByUserId(UserUtils.java:289)
              > > [6] com.zaplet.ZapletSession.isLoggedIn(ZapletSession.java:36)
              > > [7]
              >
              jsp._layout3._snippets._author._defaultEndWire._jspService(_defaultEndWire.j
              > ava:69)
              > > [8] weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
              > > [9]
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :114)
              > > [10]
              >
              weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
              > l.java:200)
              > > [11]
              >
              weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
              > l.java:172)
              > > [12]
              > weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:105)
              > > [13] jsp._sending._sentokay._jspService(_sentokay.java:69)
              > > [14] weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
              > > [15]
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :114)
              > > [16]
              >
              weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
              > l.java:96)
              > > [17] com.zaplet.ZServlet.forwardRequest(ZServlet.java:46)
              > > [18]
              > com.zaplet.StoreCreateServlet.sendMessage(StoreCreateServlet.java:510)
              > > [19]
              com.zaplet.StoreCreateServlet.handleSend(StoreCreateServlet.java:272)
              > > [20]
              >
              com.zaplet.StoreCreateServlet.storeCreateHelper(StoreCreateServlet.java:163)
              > > [21] com.zaplet.StoreCreateServlet.doPost(StoreCreateServlet.java:78)
              > > [22] javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
              > > [23] javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
              > > [24]
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :114)
              > > [25]
              >
              weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
              > l.java:154)
              > > [26] com.zaplet.ZServlet.forwardRequest(ZServlet.java:46)
              > > [27] com.zaplet.PreviewServlet.processInputs(PreviewServlet.java:284)
              > > [28] com.zaplet.PreviewServlet.doPost(PreviewServlet.java:33)
              > > [29] javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
              > > [30] javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
              > > [31]
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :114)
              > > ... remainder of stack truncated ...
              > > -------------------
              > > "ExecuteThread-14" (TID:0x8e40d0, sys_thread_t:0x8e4008, state:CW,
              > thread_t: t@24, threadID:0xea101d78, stack_bottom:0xea102000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-13" (TID:0x8facd8, sys_thread_t:0x8fac10, state:CW,
              > thread_t: t@23, threadID:0xea131d78, stack_bottom:0xea132000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-12" (TID:0x8e0cf8, sys_thread_t:0x8e0c30, state:CW,
              > thread_t: t@22, threadID:0xea181d78, stack_bottom:0xea182000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-11" (TID:0x938018, sys_thread_t:0x937f50, state:CW,
              > thread_t: t@21, threadID:0xea1b1d78, stack_bottom:0xea1b2000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-10" (TID:0x936e40, sys_thread_t:0x936d78, state:MW,
              > thread_t: t@20, threadID:0xea201d78, stack_bottom:0xea202000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.sql.DriverManager.getConnection(DriverManager.java:104)
              > > [2] com.zaplet.data.DataManager.getConnection(DataManager.java:98)
              > > [3] com.zaplet.db.DbTrans.<init>(DbTrans.java:244)
              > > [4] com.zaplet.schema.UserQuery.execute(UserQuery.java:97)
              > > [5] com.zaplet.UserUtils.findByUserId(UserUtils.java:289)
              > > [6] com.zaplet.ZapletSession.isLoggedIn(ZapletSession.java:36)
              > > [7] jsp._errors._index._jspService(_index.java:69)
              > > [8] weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
              > > [9]
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :114)
              > > [10]
              >
              weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
              > l.java:96)
              > > [11] com.zaplet.ZServlet.forwardRequest(ZServlet.java:46)
              > > [12]
              >
              com.zaplet.StoreCreateServlet.storeCreateHelper(StoreCreateServlet.java:160)
              > > [13] com.zaplet.StoreCreateServlet.doPost(StoreCreateServlet.java:41)
              > > [14] javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
              > > [15] javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
              > > [16]
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :114)
              > > [17]
              >
              weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
              > l.java:96)
              > > [18] com.zaplet.ZServlet.forwardRequest(ZServlet.java:46)
              > > [19] com.zaplet.PreviewServlet.processInputs(PreviewServlet.java:284)
              > > [20] com.zaplet.PreviewServlet.doPost(PreviewServlet.java:33)
              > > [21] javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
              > > [22] javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
              > > [23]
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :114)
              > > [24]
              >
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              > l.java:723)
              > > [25]
              >
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              > l.java:707)
              > > [26]
              >
              weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
              > Manager.java:102)
              > > [27]
              >
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:344)
              > > [28]
              weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:244)
              > > [29] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-9" (TID:0x8a2ce8, sys_thread_t:0x8a2c20, state:CW,
              > thread_t: t@19, threadID:0xea231d78, stack_bottom:0xea232000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-8" (TID:0x934cb0, sys_thread_t:0x934be8, state:CW,
              > thread_t: t@18, threadID:0xea281d78, stack_bottom:0xea282000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-7" (TID:0x885108, sys_thread_t:0x885040, state:CW,
              > thread_t: t@17, threadID:0xea2b1d78, stack_bottom:0xea2b2000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-6" (TID:0x8a6cf8, sys_thread_t:0x8a6c30, state:CW,
              > thread_t: t@16, threadID:0xea2f1d78, stack_bottom:0xea2f2000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] weblogic.common.internal.DynaQueue.getW(DynaQueue.java:219)
              > > [2]
              >
              weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:56
              > 1)
              > > [3]
              >
              weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:55
              > 5)
              > > [4]
              >
              weblogic.common.internal.ResourceAllocator.reserveWaitSecs(ResourceAllocator
              > .java:544)
              > > [5]
              >
              weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:162
              > )
              > > [6]
              >
              weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs(ConnectionPool.
              > java:145)
              > > [7] weblogic.jdbcbase.pool.Driver.connect(Driver.java:65)
              > > [8] java.sql.DriverManager.getConnection(DriverManager.java:433)
              > > [9] java.sql.DriverManager.getConnection(DriverManager.java:104)
              > > [10] com.zaplet.data.DataManager.getConnection(DataManager.java:98)
              > > [11] com.zaplet.db.DbTrans.<init>(DbTrans.java:244)
              > > [12] com.zaplet.schema.UserQuery.execute(UserQuery.java:97)
              > > [13] com.zaplet.UserUtils.findByUserId(UserUtils.java:289)
              > > [14] com.zaplet.ZapletSession.isLoggedIn(ZapletSession.java:36)
              > > [15] jsp._authorpages._contacts._jspService(_contacts.java:96)
              > > [16] weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
              > > [17]
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :114)
              > > [18]
              >
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              > l.java:723)
              > > [19]
              >
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              > l.java:707)
              > > [20]
              >
              weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
              > Manager.java:102)
              > > [21]
              >
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:344)
              > > [22]
              weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:244)
              > > [23] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-5" (TID:0x92be00, sys_thread_t:0x92bd38, state:CW,
              > thread_t: t@15, threadID:0xeadb1d78, stack_bottom:0xeadb2000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-4" (TID:0x897cf8, sys_thread_t:0x897c30, state:MW,
              > thread_t: t@14, threadID:0xeadf1d78, stack_bottom:0xeadf2000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.sql.DriverManager.println(DriverManager.java:364)
              > > [2] weblogic.jdbcbase.oci.Statement.private_parse(Statement.java:687)
              > > [3] weblogic.jdbc.oci.Connection.prepareCall(Connection.java:52)
              > > [4] weblogic.jdbc.pool.Connection.prepareCall(Connection.java:71)
              > > [5] com.zaplet.schema.UserSP.execute1(UserSP.java:185)
              > > [6] com.zaplet.schema.UserSP.execute(UserSP.java:159)
              > > [7] com.zaplet.UserUtils.checkAndAddUser(UserUtils.java:51)
              > > [8] com.zaplet.Zaplet.createMessageObject(Zaplet.java:1588)
              > > [9] com.zaplet.Zaplet.storeZaplet(Zaplet.java:1083)
              > > [10]
              >
              com.zaplet.StoreCreateServlet.handleStoreCreate(StoreCreateServlet.java:246)
              > > [11]
              >
              com.zaplet.StoreCreateServlet.storeCreateHelper(StoreCreateServlet.java:158)
              > > [12] com.zaplet.StoreCreateServlet.doPost(StoreCreateServlet.java:41)
              > > [13] javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
              > > [14] javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
              > > [15]
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :114)
              > > [16]
              >
              weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
              > l.java:96)
              > > [17] com.zaplet.ZServlet.forwardRequest(ZServlet.java:46)
              > > [18] com.zaplet.PreviewServlet.processInputs(PreviewServlet.java:284)
              > > [19] com.zaplet.PreviewServlet.doPost(PreviewServlet.java:33)
              > > [20] javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
              > > [21] javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
              > > [22]
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :114)
              > > [23]
              >
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              > l.java:723)
              > > [24]
              >
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              > l.java:707)
              > > [25]
              >
              weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
              > Manager.java:102)
              > > [26]
              >
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:344)
              > > [27]
              weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:244)
              > > [28] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-3" (TID:0x8980f8, sys_thread_t:0x898030, state:CW,
              > thread_t: t@13, threadID:0xeafd1d78, stack_bottom:0xeafd2000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-2" (TID:0x8b94f8, sys_thread_t:0x8b9430, state:CW,
              > thread_t: t@12, threadID:0xeb3b1d78, stack_bottom:0xeb3b2000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-1" (TID:0x92f978, sys_thread_t:0x92f8b0, state:CW,
              > thread_t: t@11, threadID:0xeb3e1d78, stack_bottom:0xeb3e2000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "ExecuteThread-0" (TID:0x921968, sys_thread_t:0x9218a0, state:CW,
              > thread_t: t@10, threadID:0xebea1d78, stack_bottom:0xebea2000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:103)
              > > [3] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:111)
              > > -------------------
              > > "TimeEventGenerator" (TID:0x8d9aa8, sys_thread_t:0x8d99e0, state:CW,
              > thread_t: t@9, threadID:0xebed1d78, stack_bottom:0xebed2000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:256)
              > > [2]
              >
              weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
              > :131)
              > > [3] java.lang.Thread.run(Thread.java:479)
              > > -------------------
              > > "SpinnerRandomSource" (TID:0x8a7500, sys_thread_t:0x8a7438, state:CW,
              > thread_t: t@8, threadID:0xed041d78, stack_bottom:0xed042000,
              > stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2]
              >
              weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java:10
              > 2)
              > > [3]
              weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:116)
              > > -------------------
              > >
              > > Exiting Thread (sys_thread_t:0xff30e2e8) : no stack
              > > "Finalizer" (TID:0x2cfa80, sys_thread_t:0x2cf9b8, state:CW, thread_t:
              t@6,
              > threadID:0xfe3e1d78, stack_bottom:0xfe3e2000, stack_size:0x20000) prio=8
              > >
              > > [1] java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:146)
              > > [2] java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:168)
              > > [3]
              >
              java.lang.ref.Finalizer$FinalizerWorker$FinalizerThread.run(Finalizer.java:1
              > 24)
              > > -------------------
              > > "Reference Handler" (TID:0x2cd2a0, sys_thread_t:0x2cd1d8, state:CW,
              > thread_t: t@5, threadID:0xfec41d78, stack_bottom:0xfec42000,
              > stack_size:0x20000) prio=10
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] java.lang.ref.Reference$ReferenceHandler.run(Reference.java:130)
              > > -------------------
              > > "Signal dispatcher" (TID:0x2aa5f0, sys_thread_t:0x2aa528, state:MW,
              > thread_t: t@4, threadID:0xfed41d78, stack_bottom:0xfed42000,
              > stack_size:0x20000) prio=10
              > >
              > > -------------------
              > > "main" (TID:0x38280, sys_thread_t:0x381b8, state:CW, thread_t: t@1,
              > threadID:0x25118, stack_bottom:0xffbf0000, stack_size:0x20000) prio=5
              > >
              > > [1] java.lang.Object.wait(Object.java:424)
              > > [2] weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:1787)
              > > [3] java.lang.reflect.Method.invoke(Native Method)
              > > [4] weblogic.Server.startServerDynamically(Server.java:107)
              > > [5] weblogic.Server.main(Server.java:65)
              > > [6] weblogic.Server.main(Server.java:55)
              > > -------------------
              > >
              > >
              >
              

  • Again - compilation under solaris - help!

    Hi all
    I'm trying to compile the following test code:
    #include <occi.h>
    #include <iostream>
    using namespace std;
    using namespace oracle::occi;
    int main(int argc, char ** argv)
    Environment *env;
    Connection * conn;
    try{
    env = Environment::createEnvironment();
    conn = env->createConnection(user, pass, sid);
    env->terminateConnection(conn);
    Environment::terminateEnvironment(env);
    } catch (SQLException &e) {
    cout<<"Exception: %s\n", e.getNLSMessage(env).c_str();
    return 0;
    My system is Solaris 9 sparc 64-bit
    Oracle Database 10.1.0.2
    I run this command:
    CC -I/u00/oracle/product/10.1.0/db_1/rdbms/public -L/u00/oracle/product/10.1.0/db_1/lib -locci10 test.cpp
    and get the famous error
    Undefined first referenced
    symbol in file
    void oracle::occi::Environment::terminateEnvironment(oracle::occi::Environment*) test.o
    oracle::occi::Environment*oracle::occi::Environment::createEnvironment(oracle::occi::Environment::Mode,void*,void*(*)(void*,unsigned),void*(*)(void*,void*,unsigned),void(*)(void*,void*)) test.o
    oracle::occi::__RTTI__1nGoracleEocciMSQdDLException_ test.o
    [Hint: static member oracle::occi::__RTTI__1nGoracleEocciMSQdDLException_ must be defined in the program]
    ld: fatal: Symbol referencing errors. No output written to a.out
    I've tried to use:
    gcc 3.4.2
    Sun Forte 6.0
    Sun Forte 6.2
    Sun Forte 7
    Sun Studio 10
    all the same
    if I set LD_LIBRARY_PATH and try to link with *.so library - it gives me "wrong ELF class: ELFCLASS64"
    I've tried to install and use Client 10.2 - no effect
    Under Windows it works perfectly.
    What should I do to make this thing compile under Solaris?
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]

    If you want your application to be 32 bit
    - use Sun Forte 6.2 and link with OCCI library under $ORACLE_HOME/lib32
    If you want your application to be 64 bit
    - use Sun Forte 8 and link with libraries under $ORACLE_HOME/lib
    ( You should be passing the 64 bit compile flag "-xarch=v9" )

  • Ressource Usage under Solaris

    Hi everybody,
    I'm a newbie and I created four data bases on Oracle 9i under
    Solaris. Ech data bases uses about 400 MB of memory. Is that a
    normal value? Basically there is no data in the data bases, yet.
    I created them as general data bases with the wizard.
    Thanks for any comments or hints.
    Best regards,
    Ingo

    Michael ,
    If you are looking for the amount of physical memory on your system,
    use the 'prtconf' command. If you would like to get some virtual
    memory page statistics, use the 'vmstat' command. If you would like to
    find out about the memory allocated to a particular process, use
    'ps -e -opid,vsz,rss,args'. The only problem is the different behavior on
    different versions of Solaris. Check the man pages to find out about
    the usage of each command.
    A good tool is 'prtmem' in the MemTool package which can be
    downloaded anonymously from playground.sun.com in /pub/memtool/
    or goto www.solarisinternals.com . The MemTool tools are reported to
    work on Solaris 2.6 to 2.8. The 'prtmem' tool will break down the
    memory usage as follows.
    1) Total Memory - approx. total memory
    2) Kernel Memory - memory allocated to the kernel
    3) Application - amount of anonymous pages in memory
    4) Executable & libs - amount of executable and shared library pages
    in memory
    5) File Cache - amount of file cache not on free list
    6) Free, file cache - amount of file cache on free list
    7) Free, free - memory that is free
    Please note that the "Free, free" number is usually very close,
    if not equal, to zero. This is due to the VM systems use of the free
    memory to cache files.
    The ultimate resource for this type of info, from a kernel perspective, is
    the "Solaris Internals" book written by Mauro and McDougall. I
    recommend it highly!
    HTH,
    Rob

  • Script to STAR/STOP Oracle 11g Std.One DB on Windows Server 2008

    Hi, all
    Every friday we need backup our Windws Server 2008 ( Full backup),
    To do that, we need
    1.- 5:00pm Shutdown our Oracle 11g Std.One Database
    2.- 5:05 Launch the FULL Backup procees 5:05pm.
    3.- 5:10 Wait until the backup is finished (2 hours aprox.) in a external disk.
    3.- 7:15 Startup Oracle 11g 5 min.
    Is there any script we can use in a Windows Server schedule job, to Stop oracle at 5pm and Startup Oracle lets say at 8:00pm??
    Thanks in advance.

    arzamm wrote:
    Hi, all
    Every friday we need backup our Windws Server 2008 ( Full backup),
    To do that, we need
    1.- 5:00pm Shutdown our Oracle 11g Std.One Database
    2.- 5:05 Launch the FULL Backup procees 5:05pm.
    3.- 5:10 Wait until the backup is finished (2 hours aprox.) in a external disk.
    3.- 7:15 Startup Oracle 11g 5 min.
    Is there any script we can use in a Windows Server schedule job, to Stop oracle at 5pm and Startup Oracle lets say at 8:00pm??
    Thanks in advance.Just like any scripting .. same commands you would issue at a command line .. put them in a script file. Unfortuanately, Windows, among it's various scripting limitations (vis a vis *nix) does not all the kind of input redirection needed to do it in a single file.
    Solution is something like this:
    echo shutdown immedate > shutdown.sql
    echo exit >> shutdown.sql
    sqlplus / as sysdba @ shutdown.sql
    del shutdown.sql
    exitput that in a .cmd file. schedule .cmd file

  • Oracle 10, Solaris and ZFS

    Hello,
    I'm planning to run Oracle 10 under Solaris 10 with a ZFS filesystem. Is Oracle 10 compatible with ZFS? The Solaris-ARC-process uses most of the available memory (RAM) for caching purposes. As other processes demand more memory, ARC releases it. Is such a dynamic memory allocation compatible with Oracle or does Oracle need fixed memory allocations?
    Thanks,
    - Karl-Josef

    In principle all should be fine. ZFS obeys all filesystem semantics, and Oracle will access it through the normal filesystem APIs. I'm not sure if Oracle need to officially state that they are compatible with ZFS. I would have thought it was the other way around - ZFS needs to state it is a fully compatible file system, and so any application will work on it.
    ZFS has many neat design features in it. But be aware - it is a write only file system! It never updates an existing block on disk. Instead it writes out a new block in a new location with the updated data in it, and also writes out new parent inode blocks that point to this block, and so on. This has some benefits around snapshotting a file system, and providing fallback recovery or quick recovery in the event of a system crash. However, one update in one data block can cause a cascaded series of writes of many blocks to the disk.
    This can have a major impact if you put your redo logs on ZFS. You need to consider this, and if possible do some comparison tests between ZFS and UFS with logging and direct I/O. Redo log writes on COMMIT are synchronous and must go all the way to the disk device itself. This could cause ZFS to have to do many physical disk writes, just for writing one redo log block.
    Oracle needs its SGA memory up front, permanently allocated. Solaris should handle this properly, and release as much filesystem cache memory as needed when the Oracle shared memory is allocated. If it doesn't then Sun have messed up big time. But I cannot imagine this, so I am sure your Oracle SGA will be created fine.
    I like the design of ZFS a lot. It has similarities with Oracle's ASM - a built in volume manager that abstracts underlying raw disks to a pool of directly useful storage. ASM abstracts to pools for database storage objects, ZFS abstracts to pools for filesystems. Much better than simple volume managers that abstract raw disks to just logical disks. You still end up with disks, and other management issues. I'm still undecided as to whether it makes sense to store an OLTP database on it that needs to process a high transaction rate, given the extra writes incurred by ZFS.
    I also assume you are going to use an 8 KB database block size to match the filesystem block size? You don't want small database writes leading to bigger ZFS writes, and vice versa.
    John

  • Mozilla under Solaris 10

    hello all,
    I am trying to launch Mozilla 1.7 under Solaris 10 with multiple Java versions, like Java 1.5, 1.4 and 1.6.
    I am not 100% sure but from what I see its not fully supported by Mozilla?
    some behavior patters that I noticed is that Mozilla tend to lock the session against the JRE its running under. so if you started with 1.5
    it will remain under 1.5 until you kill/finish that session..
    could anyone please help with this or if you have any better suggestion?
    thanks a lot
    /ayman

    Not really sure what you are trying to do, but you can get a more recent version at the following
    link. README link has info on install, including java.
    http://www.mozilla.com/en-US/firefox/2.0.0.11/releasenotes/#contributedbuilds

  • Mount NTFS under Solaris 10

    Hi can anybody tell me if i can mount a NTFS partition under Solaris 10??
    Thanks for ur help.

    <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td class="SmallText"><b>korsabad wrote on Wed, 11 January 2006 06:23</b></td></tr><tr><td class="quote">
    if you use solaris x86 and the ntfs-partition
    Not possible. NTFS has those windows-security-id's (you know, those about-40-character-long-id's) for each object which cannot be read from solaris.
    </td></tr></table>
    I think writing to NTFS is nearly impossible (due to changes of the NTFS version, security stuff, and so on).
    However reading from an <u>unencrypted</u> NTFS partition seems to be a possible thing. I do not know if a tool or a driver <u>already</u> exists but I think it is a possible task to write a tool that reads from NTFS partitions.
    I think writing a tool that reads from UFS partitions under Windows is an easy task, too. I wrote such a tool for reading the EXT2 file system under Windows long time ago.
    Martin

  • Stop Oracle Apllication -  when installing Reports 6i on Windows XP

    Hi everybody
    I Have Windows XP
    I Have database 9i
    I have Forms 6i
    I have a problem when installing Reports 6i on Windows Xp
    Message appeared and said :-
    Title :Stop Oracle Applications
    Message :You Must stop all Oracle Services and Applications using Net8 for the Net8 installation to be successful
    Press Ok to continue the installation once the services and applications have been stopped, or press Cancel to abort the installation.
    --- End of message
    I stoped all services and pressed Ok but the message never stop asking me until I pressed Cancel .
    Can anyone help me to install the Reports 6i

    Try this, it may help...
    1. Shut down the DB, and make sure it won't automatically restart.
    2. Right click on my computer, go to manage.
    3. in manage, expand the services 'menu' (on right window).
    4. Press on services. That should bring up a list of all the services, running or
    not. Scroll down till you find the Oracle services, Highlight them and press stop.
    (You can also check the services from HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services)
    Run regedit (Start > Run > Enter "regedit", click "Ok"), find and check the following keys:
    HKEY_LOCAL_MACHINE
    \SOFTWARE
    \ORACLE
    HKEY_LOCAL_MACHINE
    \SYSTEM
    \CurrentControlSet
    \Services
    \EventLog
    \Application
    \Oracle.oracle
    Also check in HKEY_CURRENT_USER\SOFTWARE\ORACLE
    5. If that doesn't work, then try to find a different solution
    Uninstall Oracle and then Re-install
    Hassan

  • Auto Start/Stop Oracle Database Lintener DBConslone on Linux

    Dear all
    I have install oracle 10.2.0 on redhat 4.7 every time i have to start manualy.
    it try with following scrip / process but database not starting automatically.
    Please any one can provide steps for auto start and stop oracel services on RedHat 4.7
    Once the instance is created, edit the "/etc/oratab" file setting the restart flag for each instance to 'Y'.
    TSH1:/u01/app/oracle/product/10.2.0:Y
    Next, create a file called "/etc/init.d/dbora" as the root user, containing the following.
    #!/bin/bash
    #chkconfig: 345 95 10
    #description: init script to start/stop oracle database 10g, TNS listener, EMS and isqlplus
    case $1 in
         start)
         su - oracle -c 'lsnrctl start'
         su - oracle -c 'dbstart'
    su - ora10g -c 'isqlplusctl start'
         su - oracle -c 'emctl start dbconsole'
         stop)
    su - oracle -c 'emctl stop dbconsole'
         su - oracle -c 'isqlplusctl stop'
    su - oracle -c 'dbshut'
    su - oracle -c 'lsnrctl stop'
         restart)
    su - oracle -c 'emctl stop dbconsole'
         su - oracle -c 'isqlplusctl stop'
    su - oracle -c 'dbshut'
    su - oracle -c 'lsnrctl stop'
         su - oracle -c 'lsnrctl start'
         su - oracle -c 'dbstart'
    su - ora10g -c 'isqlplusctl start'
         su - oracle -c 'emctl start dbconsole'
    esac
    create service on linux
    Actions >> System Settings >> Server Settings >> Services Then
    Actions >> Add Service Then
    Service Name = dbora Then Press Ok
    chmod a+x /etc/init.d/dbora
    Check is it running this service properly
    service dbora stop
    service dbora start
    showing error
    :bad interperter : no such file or directory
    Please forward me process/steps for auto start/stop oracel services

    :bad interperter : no such file or directorymeans that it could not find the interpreter which should be used to interpret the script.
    most probably this is caused by the shebang (#!/bin/bash)
    the default location of bash on RHEL (OEL/CentOS) is /bin/bash, which means that the shebang looks correct.
    can you make the shebang:
    #!/bin/bash -xso shelltracing is put on and execute script again?
    this will make clear if it is the shebang in your script, or in another script.

  • Starting and stopping oracle in Unix

    I have installed oracle in a Unix Box.
    Since i am very new to Unix, Pls tell me tehs steps to start and stop oracle in Unix from telnet

    In addition to Chris' answer, I encourage you to
    1) Enroll in a Unix course, especially 'Shell Concepts';
    2) Read Oracle's Oracle® Database Administrator's Reference
    10g Release 2 (10.2) for UNIX-Based Operating Systems
    TO help in 1), http://www.injunea.demon.co.uk/pages/page203.htm might be useful.

  • Where can I get Oracle for solaris x86

    Besides click the ContactOTN in web page to submit the question
    about this to them, I follow the link
    http://platforms.oracle.com/sun/index_sun.htm and click "Ask Us"
    link to send message to them too.
    Am I wrong ? Can you give me the correct way to ask the question
    KK
    jeamaro (guest) wrote:
    : KK (guest) wrote:
    : : I read through the news group and find some mention there is
    : : a version Oracle for solaris x86. Then I go to
    : : http://platforms.oracle.com/sun/index_sun.htm too.
    : : Can anyone tell me the straight method to get it ?
    : : I have already sent several mail to ask about that.
    : : There is nothing return.
    : : KK
    : There is a version of Oracle for Solaris x86. Although it has
    : not been available thru OTN. To which email ID have you been
    : sending your questions?
    : Regards
    null

    Besides click the ContactOTN in web page to submit the question
    about this to them, I follow the link
    http://platforms.oracle.com/sun/index_sun.htm and click "Ask Us"
    link to send message to them too.
    Am I wrong ? Can you give me the correct way to ask the question
    KK
    jeamaro (guest) wrote:
    : KK (guest) wrote:
    : : I read through the news group and find some mention there is
    : : a version Oracle for solaris x86. Then I go to
    : : http://platforms.oracle.com/sun/index_sun.htm too.
    : : Can anyone tell me the straight method to get it ?
    : : I have already sent several mail to ask about that.
    : : There is nothing return.
    : : KK
    : There is a version of Oracle for Solaris x86. Although it has
    : not been available thru OTN. To which email ID have you been
    : sending your questions?
    : Regards
    null

Maybe you are looking for

  • Voice Mail Device Status is Unknown

    My Voice Mail Port: CiscoUM1-VI1 has a status of Unknown, with the IP registered as 10.0.1.2 (Unity) I'm at a loss as to why its at this.

  • DISPLAY ONLY CUSTOM MESSAGE WITH SRW.MESSAGE

    Hi.I created a report with Report Builder 9i.I also created two form parameters of type date.I put inside the validation trigger in the property inspector the following plsql code. function FROM_DATEValidTrigger return boolean is v_date VARCHAR2(12);

  • MSS 60.1.5 Installation

    Hi, We are trying to install the MSS 60.1.5 package. During "import", we upload the entire zip file from the Client (local drive). We have a successful upload showing list of 151 objects, followed by a successful import message. When we check the log

  • Imported MPEG video playback problems

    Hi, I have a client whose camera produces MPG video files. When she imports them into Presenter, the resulting video plays back way too fast, with no audio. If she plays the original MPG video on the desktop media player, it plays fine. Anyone with e

  • SAP MDM 7.1

    Hi, Did SAP MDM 7.1 finish it's ramp-up phase? Does anyone have information on when it is Generally available (GA)? Thank you.