schedule the automatic start of oracle 10g R2 on RHEL5

Hi master,

I use oracle 10g R2 on RHEL 5. I want to program the automatic start of the oracle on linux start database.

for that I have referefed the docs and plan its in the file/etc/rc3.d. but it does not work.

It is written in the docs that this charger friub fron of process this file and start their beds according to their number.

the file is as follows...

#! / bin/sh
#chkconfig: 346 99 10
Description #: Oracle automatic start-stop script.
#
# Change the value of ORACLE_HOME to specify the right Oracle home
# To your installation directory.

ORACLE_HOME=/U01/app/Oracle/product/10.2.0/Db_1
#
# Change the value of the ORACLE of the connection of the
owner of oracle # on your site.
#
ORACLE = oracle

PATH = ${PATH}: $ORACLE_HOME/bin
HOST = "hostname".
Platform = 'uname '.
export ORACLE_HOME PATH
#
If [!] "$2" = "ORA_DB"]; then
If ['$PLATFORM' = "HP - UX"]; then
Remsh $HOST-l $ORACLE n ' $0 $ 1 ORA_DB.
output
on the other
rsh $HOST-l $ORACLE $0 $ 1 ORA_DB
output
FI
FI
#
case $1 in
'Start')
$ORACLE_HOME/bin/dbstart $ORACLE_HOME
;;
'stop')
$ORACLE_HOME/bin/dbshut $ORACLE_HOME
;;
*)
echo "use: $0 {start |}". stop}.
output
;;
ESAC
#
output

What should I look for?

my listening service is also not automatically get started. I have to manually...

any suggestion?

Thanks and greetings
VD

Published by: vikrant dixit on December 23, 2008 21:58

VD,
This link willl helpp
http://www.Oracle-base.com/articles/Linux/AutomatingDatabaseStartupAndShutdownOnLinux.php
HTH
Aman...

Tags: Database

Similar Questions

  • How to find the site to download oracle 10g

    Hello

    I need to find the site to download oracle 10g. Please, help me.

    Respect of
    Natalia

    10g is no longer available for download - you need to open an SR with Support and they will provide a download link, assuming you paid for extended support.

    PL see the previous discussions on this topic

    year https://forums.Oracle.com/forums/Search.jspa?threadID=&q=10g+and+Download&objid=C18&DateRange=This & userID = & numResults = 15

    HTH
    Srini

  • connect the form builder to oracle 10g express?

    Hello

    How to connect the 10 form builder to oracle 10g express?

    Developer suite Home use Net Configuration Assistant to create an alias TNS (tnsnames.ora entry).

  • How to operate the same instance of oracle 10g on another computer

    Hello all, sorry for my ignorance. I downloaded oracle 10g express edition on 2 computers but when I login using sql developer I get two different instances of oracle databases. This file should I change on one of the computers so that when I connect through sql developer im always on the same database. Is there is tns.ora of files that I have to do the same thing on my other machine? Any help would be appreciated.

    user633029 wrote:
    I downloaded oracle 10g express edition on 2 computers but when I login using sql developer I get two different instances of oracle databases. This file should I change on one of the computers so that when I connect through sql developer im always on the same database.

    Hello!

    I don't know I understand your condition?

    But, if so:

    You have 2 computers and the two you want to access a single Oracle database.

    If this fix then you should only on a single machine to install server XE and another machine THAT XE Client.

    After that, you have to copy the file tnsnames.ora to computer where XE server resides at according to the directory where client XE.

    HTH

  • Dynamics, where the form of Clause - Oracle 10g

    Hi all

    The scenario is we provide an interface (via form 10g) to execute different queries. These requests have set the columns and tables (for example, we have same SELECT and FROM clauses for each request). However, WHERE clause is unique for each request. So, I'm writing a dynamic cursor, but DYNAMIC CURSORS are not clear for me. I post my code for taking advice from experts in the forum.


    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


    Load_Rows EXEC_SQL. CursType;

    New_Query varchar2 (5000) = ' SELECT IRR_TAMPERED_OK | «, » || IRR_DATE_DISPATCHED | «, » || IRR_DISPATCHED_NO | «, » || IRR_REG_ID | «, » || IRR_CONS_NO | «, » || CON_NAM | «, » || CON_ADR | «, » || IRR_SR | «, » ||

    EMC_EVC_NO | «, » || IRR_TNO | «, » || IRR_MTR_TYPE | «, » || IRR_MTR_DIC | «, » || MTR_RED_COR | «, » || MTR_RED_UNCOR | «, » || MTR_RED | «, » || IRR_FP_SIGN | «, » || IRR_FP_OPEN | «, » || IRR_FP_SIGN_CHK | «, » || IRR_FP_CHK | «, » || IRR_20PSIG_SIGN | «, » || IRR_20_PSIG_VALUE | «, » || IRR_40_PSIG_SIGN | «, » || IRR_40_PSIG_VALUE | «, » || IRR_60_PSIG_SIGN | «, » || IRR_60_PSIG_VALUE | «, » || IRR_80_PSIG_SIGN | «, » || IRR_80_PSIG_VALUE | «, » || DTE_REM | «, » || DTE_REC | «, » || IRR_CALL_REMARKS | «, » || IRR_SEAL_COND | «, » || IRR_G_OBSER | «, » || Data IRR_REMARKS

    Of

    inproving_result_remarks, MTR_RET_CRD' | : WHERE_CLAUSE;

    Start

    Load_Rows: = Exec_SQL. Open_cursor;

    EXEC_SQL. PARSE (Load_Rows, New_Query);

    EXEC_SQL. DEFINE_COLUMN (Load_Rows, 1, v_colchar1, 30);

    EXEC_SQL. DEFINE_COLUMN (Load_Rows, 2, v_colchar2, 15);

    EXEC_SQL. DEFINE_COLUMN (Load_Rows, 3, v_colchar3, 30);

    v_exec: = EXEC_SQL. Execute (Load_Rows);

    WHILE EXEC_SQL. FETCH_ROWS (Load_Rows) > 0 LOOP

    EXEC_SQL. COLUMN_VALUE(Load_Rows,1,v_colchar1);

    EXEC_SQL. COLUMN_VALUE(Load_Rows,2,v_colchar2);

    EXEC_SQL. COLUMN_VALUE(Load_Rows,3,v_colchar3);

    END LOOP;

    EXEC_SQL. CLOSE_CURSOR (Load_Rows);

    end;


    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


    I have to integrate above slider DYNAMICS written in the code below that was written using a simple slider:


    BEGIN

    -Path to the file

    user_nam: = WebUtil_ClientInfo.Get_User_Name ();

    path_part: = to_char (sysdate, 'DD-MM-YYYY (MI-HH-SS)');

    lv_File_Name: ='C:\Users\'|| user_nam | "\CMS_MIR_'|| path_part |'. CSV';

    -Open the file in write mode

    lv_File: = client_text_io. FOpen (lv_File_Name, 'W');

    -Write the header columns

    client_text_io. Put_Line(lv_File,'IRR_TAMPERED_OK, IRR_DATE_DISPATCHED,IRR_DISPATCHED_NO,IRR_REG_ID,IRR_CONS_NO,CON_NAM,CON_ADR,IRR_SR,EMC_EVC_NO,IRR_TNO,IRR_MTR_TYPE,IRR_MTR_DIC,MTR_RED_COR,MTR_RED_UNCOR,MTR_RED,IRR_FP_SIGN,IRR_FP_OPEN,IRR_FP_SIGN_CHK,IRR_FP_CHK,IRR_20PSIG_SIGN,IRR_20_PSIG_VALUE IRR_40_PSIG_SIGN (, IRR_40_PSIG_VALUE, IRR_60_PSIG_SIGN, IRR_60_PSIG_VALUE, IRR_80_PSIG_SIGN, IRR_80_PSIG_VALUE, DTE_REM, DTE_REC, IRR_CALL_REMARKS, IRR_SEAL_COND, IRR_G_OBSER, IRR_REMARKS');

    -- Write lines in the file

    Row_Count: = 0;

    FOR i IN Load_Rows LOOP

    -COUNT: = Load_Rows % ROWCOUNT; -counter

    Row_Count: = Row_Count + 1;

    client_text_io. Put_line (lv_File, i.DATA);

    IF Row_Count = 5000 THEN

    Synchronize;

    Row_Count: = 0;

    END IF;

    END LOOP;

    -Classify

    client_text_io. FClose (lv_File);

    Message ("meter inspection report was generated: C:\Users\'||") user_nam | "\CMS_MIR_'|| path_part);

    Message ("meter inspection report was generated: C:\Users\'||") user_nam | "\CMS_MIR_'|| path_part);

    END;

    Just so that I understand what you're trying, you are not display the results in your form, you simply run a dynamic query that you export the results to a file.  Is this correct?

    So, what happens when you run your code?  Are you an error (If Yes, what is the full error)?

    One suggestion that I have after reviewing your code example is that you don't have a space after your FROM clause before you concatenate your WHERE Clause in your sql string variable.

    Your example Code:

    ...
    FROM
    inproving_result_remarks,MTR_RET_CRD'||:WHERE_CLAUSE;
    

    There should be a space after MTR_RET_CRD.  For example:

    ...
    FROM
    inproving_result_remarks,MTR_RET_CRD '||:WHERE_CLAUSE;
    

    Without the space your SQL will not scan properly.

    Another suggestion that I have is that you move your code from collection to a stored procedure (procedure or function) in your database of data and your stored procedure returns a collection.  This will eliminate the constant travel to the database for each line of the recording because your stored procedure will return the record complete game.  In addition, your stored procedure allows you to use dynamic SQL Native (Execute Immediate) will allow instead of using dynamic SQL from forms (EXEC_SQL) package. Native dynamic SQL is much more efficient and a lot less code.  In order to use native dynamic SQL, you must have on the Oracle Database 9i or higher.

    Craig...

  • Check if the automatic start of the database is enabled or not?

    Grid Infra RDBMS/Version: 11.2.0.4
    Platform: Oracle Linux 6.3

    Disable us automatic restart with the CRS database by using the following command.

    $ srvctl disable the database < name of comics > d

    How can I check if the auto restart DB is enabled or disabled?

    Add the - a switch to the command of srvctl config database. (of 11.2.0.3 GI + RDBMS):

    [oracle@s600986sc0sl01 ~] $ srvctl disable the d SC01000 database

    [oracle@s600986sc0sl01 ~] $ srvctl config database-d SC01000 - a

    Unique name of database: SC01000

    Name of the database: SC01000

    ...

    Database is disabled

    Database is managed administrator

    [oracle@s600986sc0sl01 ~] $ srvctl activate database d SC01000

    [oracle@s600986sc0sl01 ~] $ srvctl config database-d SC01000 - a

    ...

    Database is enabled

    Database is managed administrator

  • How to clone of pre-production to the production database in Oracle 10g?

    I'm a newbie DBA and gave me this task to clone a primary DB environment preprodcution of Production environment. I tried Googling, but all other positions have different and confusing steps. Can someone help me get the exact steps please?

    sweetritz wrote:

    Hi EdStevens,

    I'm a newbie Oracle DBA. Yes prod server has a database running on it and I want to clone a DB of preproduction on the Prod as an extra DB server (fusion has not any data with any DB existing).

    then I would say rman DUPLICATE DATABASE is your best choice.  And it does not require the Pb of pre-production to be arrested, only that you take backups rman (Yes, online backups work as long as you have the necessary archivelog files.)

  • Engage with the new Option in Oracle 10g

    Hi Experts,

    Help me understand validation options introduced in Oracle 10 g

    COMMIT TO WAIT WRITING;
    COMMIT SCRIPTURE NOWAIT.
    COMMIT SCRIPTURE BATCH;
    COMMIT IMMEDIATE WRITING;

    Can anyone share these option everything works (Pros & Cons) and when to use this option.

    Although I went through various and below two links are one of them, but still doubts are not clearly properly or provide a specific link that could help dig.

    http://www.Oracle-base.com/articles/10G/commit-10gR2.php
    http://docs.Oracle.com/CD/B19306_01/server.102/b14200/statements_4010.htm

    Thank you
    Dax

    Dax-Oracle wrote:

    Can anyone share these option everything works (advantages & disadvantages) and when should you use this option.
    Although I went through various and below two links are one of them, but still doubts are not clearly properly or provide a specific link that could help dig.

    Oracle manual explains each option fairly well.

    What don't you get no description of these options Manual? You have a specific scenario in mind that you think may warrant not to use by default?

  • How to check the table reused in oracle 10g space?

    Hello..

    Of my system, I see table size keep growing event the deletion request is running. Because of this, I would like to check either the allowed oracle to reuse space table or not? If not then how can I enable it?


    Please help me...


    Thank you
    Balleur

    You can use dbms_space.space_usage to check for free space.

    Reuse of the space will depend on whether you use MSSM or SAMS, PCT_FREE, PCT_USED and the way in which new data is inserted?

    You can reduce or move the table and rebuild the index to reclaim space.

  • How to manipulate the NCLOB values in oracle 10g?

    Hi Experts,
    I have a scenario where I have to show the output of the screen multi language. IM using plsql developer, my plsql block should show the report of multi language.
    Root table have multi language stirng stored in it with the NCLOB data type. In my block plsql, im in NCLOB variable(ex: var1) selection. When I insert as var1 in other tables of test with nclob column, it's showing the original text in multi language. But when I manipulate than with some other variables var1 (ex: var3: = var2 | var1), now if I insert additional tables var3 it inserts as var2? value. and even in the DBMS output as well.
    Please help me to get the original value of multi language. Or guide me to manipulate variables nclob.

    Have you tried DBMS_LOB. ADD?

  • form of the browser for oracle 10g support

    Hi gurus,
    I have browser i.e internet explore 8, browser mozilla firefox 3.0.11, netscape 9.0.0.6, opera 10.61, google chrome 6.0.472.53.
    forms of Oracle runs correctly on IE 8, 3 Mozilla, Netscape 9
    but it does not work on Google chrome and Opera browsers

    If I want to run the forms on chrome and Opera then what the needs are and what are the other browsers support Oracle 10g form.

    answer please...

    Check this page for the certification of the platform of the client:
    http://www.Oracle.com/technetwork/middleware/IAS/downloads/as-certification-R2-101202-095871.html#BABGCBHA

  • problem with the customer of oracle 10g on centos 5.3

    I'm the client installation of oracle 10g on centos 5.3
    I face the following question while installation configure oracle net.
    all I can understand newspapers is both / / sign

    >
    ient_1/jdk/jre / / bin/ja


    Version installed in the House and java Oracle
    export ORACLE_BASE=/home/oracle
    export ORACLE_HOME=/home/oracle/oracle/product/10.2.0/client_1
    PATH=$ORACLE_HOME/bin:$PATH
    
    [oracle@oracleclient client]$ java -version
    java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode, sharing)
    I don't know how to get around this problem
    /home/oracle/oracle/product/10.2.0/client_1/cfgtoollogs/configToolFailedCommands
    
    # Copyright (c) 1999, 2005, Oracle. All rights reserved.
    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre//bin/java   -Duser.dir=/home/oracle/oracle/product/10.2.0/client_1/network/jlib -classpath /home/oracle/oracle/product/10.2.0/client_1/jdk/jre//lib/i18n.jar:/home/oracle/oracle/product/10.2.0/client_1/jdk/jre//lib/rt.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/ewt3.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/ewtcompat-3_3_15.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/netcfg.jar:/home/oracle/oracle/product/10.2.0/client_1/network/jlib/netcam.jar:/home/oracle/oracle/product/10.2.0/client_1/network/jlib/netca.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/help4.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/jewt4.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/oracle_ice.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/share.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/swingall-1_1_1.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/srvmhas.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/srvm.jar:/home/oracle/oracle/product/10.2.0/client_1/network/tools:/home/oracle/oracle/product/10.2.0/client_1/jlib/ldapjclnt9.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/ldapjclnt10.jar:/home/oracle/oracle/product/10.2.0/client_1/oui/jlib/OraInstaller.jar:/home/oracle/oracle/product/10.2.0/client_1/lib/xmlparserv2.jar oracle.net.ca.NetCA /orahome /home/oracle/oracle/product/10.2.0/client_1 /orahnam OraClient10g_home1 /instype custom /inscomp client,oraclenet /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /home/oracle/oracle/product/10.2.0/client_1/network/install/netca_clt.rsp 
    ADDED:
    /client_1/network/install/netca_clt.rsp 
    
    Parsing command line arguments:
        Parameter "orahome" = /home/oracle/oracle/product/10.2.0/client_1
        Parameter "orahnam" = OraClient10g_home1
        Parameter "instype" = custom
        Parameter "inscomp" = client,oraclenet
        Parameter "insprtcl" = tcp
        Parameter "cfg" = local
        Parameter "authadp" = NO_VALUE
        Parameter "nodeinfo" = NO_VALUE
        Parameter "responsefile" = /home/oracle/oracle/product/10.2.0/client_1/network/install/netca_clt.rsp
    Done parsing command line arguments.
    Oracle Net Services Configuration:
    
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x6DC2F3
    Function=index+0x63
    Library=/lib/libc.so.6
    
    Current Java thread:
         at oracle.net.common.NetGetEnv.getDNSDomain(Native Method)
         at oracle.net.ca.ConfigureProfile.setDefaultProfileParams(Unknown Source)
         at oracle.net.ca.InitialSetup.setupConfigObjects(Unknown Source)
         at oracle.net.ca.InitialSetup.<init>(Unknown Source)
         at oracle.net.ca.NetCA.main(Unknown Source)
    
    Dynamic libraries:
    005ee000-00605000 r-xp 00000000 fd:00 2544172    /usr/lib/libICE.so.6.3.0
    00605000-00606000 rwxp 00016000 fd:00 2544172    /usr/lib/libICE.so.6.3.0
    0060a000-00619000 r-xp 00000000 fd:00 1476147    /lib/libresolv-2.5.so
    00619000-0061a000 r-xp 0000e000 fd:00 1476147    /lib/libresolv-2.5.so
    0061a000-0061b000 rwxp 0000f000 fd:00 1476147    /lib/libresolv-2.5.so
    0064a000-00664000 r-xp 00000000 fd:00 1476128    /lib/ld-2.5.so
    00664000-00665000 r-xp 00019000 fd:00 1476128    /lib/ld-2.5.so
    00665000-00666000 rwxp 0001a000 fd:00 1476128    /lib/ld-2.5.so
    00668000-0066a000 r-xp 00000000 fd:00 3246709    /usr/lib/libXau.so.6.0.0
    0066a000-0066b000 rwxp 00001000 fd:00 3246709    /usr/lib/libXau.so.6.0.0
    0066d000-007ab000 r-xp 00000000 fd:00 1476129    /lib/libc-2.5.so
    007ab000-007ad000 r-xp 0013e000 fd:00 1476129    /lib/libc-2.5.so
    007ad000-007ae000 rwxp 00140000 fd:00 1476129    /lib/libc-2.5.so
    007b3000-007d8000 r-xp 00000000 fd:00 1476135    /lib/libm-2.5.so
    007d8000-007d9000 r-xp 00024000 fd:00 1476135    /lib/libm-2.5.so
    007d9000-007da000 rwxp 00025000 fd:00 1476135    /lib/libm-2.5.so
    007dc000-007de000 r-xp 00000000 fd:00 1476130    /lib/libdl-2.5.so
    007de000-007df000 r-xp 00001000 fd:00 1476130    /lib/libdl-2.5.so
    007df000-007e0000 rwxp 00002000 fd:00 1476130    /lib/libdl-2.5.so
    007e2000-007f5000 r-xp 00000000 fd:00 1476131    /lib/libpthread-2.5.so
    007f5000-007f6000 r-xp 00012000 fd:00 1476131    /lib/libpthread-2.5.so
    007f6000-007f7000 rwxp 00013000 fd:00 1476131    /lib/libpthread-2.5.so
    008bb000-009ba000 r-xp 00000000 fd:00 3246711    /usr/lib/libX11.so.6.2.0
    009ba000-009be000 rwxp 000ff000 fd:00 3246711    /usr/lib/libX11.so.6.2.0
    00a01000-00a06000 r-xp 00000000 fd:00 3246710    /usr/lib/libXdmcp.so.6.0.0
    00a06000-00a07000 rwxp 00004000 fd:00 3246710    /usr/lib/libXdmcp.so.6.0.0
    00a09000-00a18000 r-xp 00000000 fd:00 3246716    /usr/lib/libXext.so.6.4.0
    00a18000-00a19000 rwxp 0000e000 fd:00 3246716    /usr/lib/libXext.so.6.4.0
    00d65000-00d78000 r-xp 00000000 fd:00 1476145    /lib/libnsl-2.5.so
    00d78000-00d79000 r-xp 00012000 fd:00 1476145    /lib/libnsl-2.5.so
    00d79000-00d7a000 rwxp 00013000 fd:00 1476145    /lib/libnsl-2.5.so
    00df0000-00df8000 r-xp 00000000 fd:00 2544173    /usr/lib/libSM.so.6.0.0
    00df8000-00df9000 rwxp 00007000 fd:00 2544173    /usr/lib/libSM.so.6.0.0
    056a1000-056a6000 r-xp 00000000 fd:00 3246740    /usr/lib/libXtst.so.6.1.0
    056a6000-056a7000 rwxp 00004000 fd:00 3246740    /usr/lib/libXtst.so.6.1.0
    058a0000-058f4000 r-xp 00000000 fd:00 2532866    /usr/lib/libXt.so.6.0.0
    058f4000-058f8000 rwxp 00054000 fd:00 2532866    /usr/lib/libXt.so.6.0.0
    08048000-08056000 r-xp 00000000 fd:00 2458231    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/bin/java
    08056000-08059000 rwxp 0000d000 fd:00 2458231    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/bin/java
    08371000-086bf000 rwxp 08371000 00:00 0          [heap]
    a93eb000-a93f8000 r-xp 00000000 fd:00 2233279    /home/oracle/oracle/product/10.2.0/client_1/lib/libldapjclnt10.so
    a93f8000-a93fa000 rwxp 0000c000 fd:00 2233279    /home/oracle/oracle/product/10.2.0/client_1/lib/libldapjclnt10.so
    a93fa000-a95d6000 r-xp 00000000 fd:00 2234262    /home/oracle/oracle/product/10.2.0/client_1/lib/libnnz10.so
    a95d6000-a95fc000 rwxp 001dc000 fd:00 2234262    /home/oracle/oracle/product/10.2.0/client_1/lib/libnnz10.so
    a95fe000-aa32f000 r-xp 00000000 fd:00 2234212    /home/oracle/oracle/product/10.2.0/client_1/lib/libclntsh.so.10.1
    aa32f000-aa390000 rwxp 00d31000 fd:00 2234212    /home/oracle/oracle/product/10.2.0/client_1/lib/libclntsh.so.10.1
    aa3a4000-aa3b9000 r-xp 00000000 fd:00 2234210    /home/oracle/oracle/product/10.2.0/client_1/lib/libnjni10.so
    aa3b9000-aa3bd000 rwxp 00014000 fd:00 2234210    /home/oracle/oracle/product/10.2.0/client_1/lib/libnjni10.so
    aa3bd000-aa3c4000 r-xp 00000000 fd:00 2543608    /usr/lib/libXp.so.6.2.0
    aa3c4000-aa3c5000 rwxp 00006000 fd:00 2543608    /usr/lib/libXp.so.6.2.0
    aa3c5000-aa418000 r-xp 00000000 fd:00 2458132    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libmlib_image.so
    aa418000-aa419000 rwxp 00052000 fd:00 2458132    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libmlib_image.so
    aa419000-aa6ea000 r-xp 00000000 fd:00 2458115    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libawt.so
    aa6ea000-aa700000 rwxp 002d0000 fd:00 2458115    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libawt.so
    aa725000-aaac2000 r-xs 00000000 fd:00 2236693    /home/oracle/oracle/product/10.2.0/client_1/oui/jlib/OraInstaller.jar
    aaac2000-aab5a000 r-xs 00000000 fd:00 2233155    /home/oracle/oracle/product/10.2.0/client_1/jlib/ldapjclnt10.jar
    aab5a000-aac21000 r-xs 00000000 fd:00 2233081    /home/oracle/oracle/product/10.2.0/client_1/jlib/srvm.jar
    aac21000-aac2f000 r-xs 00000000 fd:00 2233083    /home/oracle/oracle/product/10.2.0/client_1/jlib/srvmhas.jar
    aac2f000-aac3d000 r-xs 00000000 fd:00 2236586    /home/oracle/oracle/product/10.2.0/client_1/jlib/share.jar
    aac3d000-aacf2000 r-xs 00000000 fd:00 2234180    /home/oracle/oracle/product/10.2.0/client_1/jlib/oracle_ice.jar
    aacf2000-aae99000 r-xs 00000000 fd:00 2236581    /home/oracle/oracle/product/10.2.0/client_1/jlib/jewt4.jar
    aae99000-aaefe000 r-xs 00000000 fd:00 2234176    /home/oracle/oracle/product/10.2.0/client_1/jlib/help4.jar
    aaefe000-aaf30000 r-xs 00000000 fd:00 2232755    /home/oracle/oracle/product/10.2.0/client_1/network/jlib/netca.jar
    aaf30000-aaf56000 r-xs 00000000 fd:00 2232756    /home/oracle/oracle/product/10.2.0/client_1/network/jlib/netcam.jar
    aaf56000-aaf9f000 r-xs 00000000 fd:00 2234253    /home/oracle/oracle/product/10.2.0/client_1/jlib/netcfg.jar
    aaf9f000-aafad000 r-xs 00000000 fd:00 2234178    /home/oracle/oracle/product/10.2.0/client_1/jlib/ewtcompat-3_3_15.jar
    aafad000-ab232000 r-xs 00000000 fd:00 2236447    /home/oracle/oracle/product/10.2.0/client_1/jlib/ewt3.jar
    ab232000-ab235000 r-xs 00000000 fd:00 2237287    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/jta.jar
    ab235000-ab243000 r-xs 00000000 fd:00 2237291    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/activation.jar
    ab243000-ab288000 r-xs 00000000 fd:00 2237288    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/mail.jar
    ab288000-ab28b000 r-xs 00000000 fd:00 2237362    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/dnsns.jar
    ab28b000-ab2b1000 r-xs 00000000 fd:00 2237289    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/mailapi.jar
    ab2b1000-ab2be000 r-xs 00000000 fd:00 2237363    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/ldapsec.jar
    ab2be000-ab2c1000 r-xs 00000000 fd:00 2237290    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/smtp.jar
    ab2c1000-ab2dd000 r-xs 00000000 fd:00 2237365    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/sunjce_provider.jar
    ab2dd000-ab399000 r-xs 00000000 fd:00 2237364    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/localedata.jar
    ab59d000-ab79d000 r-xp 00000000 fd:00 2527487    /usr/lib/locale/locale-archive
    b5a52000-b5ff2000 r-xs 00000000 fd:00 2237314    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/charsets.jar
    b5ff2000-b6003000 r-xs 00000000 fd:00 2237352    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/jce.jar
    b6003000-b60e0000 r-xs 00000000 fd:00 2237353    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/jsse.jar
    b60e0000-b60f6000 r-xs 00000000 fd:00 2237361    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/sunrsasign.jar
    b6140000-b7aeb000 r-xs 00000000 fd:00 2237360    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/rt.jar
    b7aeb000-b7aff000 r-xp 00000000 fd:00 2458138    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libzip.so
    b7aff000-b7b02000 rwxp 00013000 fd:00 2458138    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libzip.so
    b7b02000-b7b22000 r-xp 00000000 fd:00 2458123    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libjava.so
    b7b22000-b7b24000 rwxp 0001f000 fd:00 2458123    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libjava.so
    b7b24000-b7b34000 r-xp 00000000 fd:00 2458137    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libverify.so
    b7b34000-b7b36000 rwxp 0000f000 fd:00 2458137    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libverify.so
    b7b36000-b7b3f000 r-xp 00000000 fd:00 1474600    /lib/libnss_files-2.5.so
    b7b3f000-b7b40000 r-xp 00008000 fd:00 1474600    /lib/libnss_files-2.5.so
    b7b40000-b7b41000 rwxp 00009000 fd:00 1474600    /lib/libnss_files-2.5.so
    b7b41000-b7b45000 r-xp 00000000 fd:00 1474598    /lib/libnss_dns-2.5.so
    b7b45000-b7b46000 r-xp 00003000 fd:00 1474598    /lib/libnss_dns-2.5.so
    b7b46000-b7b47000 rwxp 00004000 fd:00 1474598    /lib/libnss_dns-2.5.so
    b7b47000-b7b4b000 rwxs 00000000 fd:00 3605130    /tmp/hsperfdata_oracle/7395
    b7b4b000-b7f51000 r-xp 00000000 fd:00 2458146    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/client/libjvm.so
    b7f51000-b7f6c000 rwxp 00405000 fd:00 2458146    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/client/libjvm.so
    b7f81000-b7f89000 r-xp 00000000 fd:00 2458148    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/native_threads/libhpi.so
    b7f89000-b7f8a000 rwxp 00007000 fd:00 2458148    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/native_threads/libhpi.so
    b7f8b000-b7f8c000 r-xp b7f8b000 00:00 0          [vdso]
    bf89c000-bf8b1000 rwxp bffea000 00:00 0          [stack]
    
    Heap at VM Abort:
    Heap
     def new generation   total 576K, used 428K [0xab9a0000, 0xaba40000, 0xabe80000)
      eden space 512K,  75% used [0xab9a0000, 0xaba001f0, 0xaba20000)
      from space 64K,  69% used [0xaba30000, 0xaba3b128, 0xaba40000)
      to   space 64K,   0% used [0xaba20000, 0xaba20000, 0xaba30000)
     tenured generation   total 1408K, used 533K [0xabe80000, 0xabfe0000, 0xaf9a0000)
       the space 1408K,  37% used [0xabe80000, 0xabf054a8, 0xabf05600, 0xabfe0000)
     compacting perm gen  total 4096K, used 3569K [0xaf9a0000, 0xafda0000, 0xb39a0000)
       the space 4096K,  87% used [0xaf9a0000, 0xafd1c5d8, 0xafd1c600, 0xafda0000)
    
    Local Time = Fri May 29 15:46:06 2009
    Elapsed Time = 1
    #
    # The exception above was detected in native code outside the VM
    #
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    #
    # An error report file has been saved as hs_err_pid7395.log.
    # Please refer to the file for further information.
    #
    
    Configuration assistant "Oracle Net Configuration Assistant" failed 
    -----------------------------------------------------------------------------
    The "/home/oracle/oracle/product/10.2.0/client_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
    Published by: iinfi on May 29, 2009 15:47

    Look for the hostname in/etc/hosts.

  • sequences removed in oracle 10g

    Hi all

    Can retrieve us the sequences fell in oracle 10g?

    Command?

    Thank you.

    Published by: user545846 on April 9, 2009 07:32

    Yes, the original poster will have to re-create the sequence. Do a flashback query against just DBA_SEQUENCES provides the names of old footage and the starting value which must be specified (as well as other parameters such as cache) makes it easier to properly recreate those dropped sequences.

    Justin

  • Oracle 10g support for life

    Hi friends,

    Where can I find information on when the regular support for oracle 10g ends?
    Is there a summary matrix on oracle.com? I couldn't find that browsing the company Web site information.

    Thank you very much

    Hello

    Take a look at metalink Note 161818.1

    and...

    Total Questions:      62 (36 unresolved)
    

    ... Please mark questions answers and correct/good...

    HTH...

    -wiZ

  • Oracle 10G EXPRESS EDITION for windows7

    Hi all
    can you guys please give me the link to download oracle 10g express edition for windows7
    I had already downloaded one for windows7, but when I go to install, I can't able to execute it, and that the file downloaded, said the PUBLISHER OF THIS PROGRAM could not BE VERIFIED.

    SO CAN U PLZ GIVE ME LINK AS SOON AS POSSIBLE.
    THANKS IN ADVACE.

    Hello

    Have you checked the installation manual?

    Windows 7 is not supported and you should go with a certified operating system.

    Thank you
    Hussein

Maybe you are looking for

  • Generation of SPI by using the b PCIe-6535

    Hello I have a data ready signal generated every 100uS or so by a SPINNAKER of slaves. The SPI master must generate then 96 SPI clocks anhd captures data returned. The process is repeated every 100uS. The SPI 96 clocks must be completed before the ne

  • Lights on my laptop

    Hi all I have a HP Pavilion dv9000 Laptop. However my lights on the Volume bar don't work anymore, all the lights but not work if I push the button it still works! Can I solve this problem with the software or is - it just a broken leads and I want t

  • Can stolen T410. Anyway follow the buyer/owner of serial number or inventory number of the BIOS?

    Trying to do the right thing here. Have reason to believe that this unit was sold to me by someone who is not legitimately came by him. Called Lenovo support, but the woman on the phone from Atlanta seemed confused by the situation and had no interes

  • Sharpening problems

    I everyone, I have a problem, I usually use the 'sharpness' filters on my photos in the 'details' section, but I don't understand why when I finished my work and I export the image disappears the sharpness... why?Thank you allGianmarco

  • I need help for query AVG

    I need help with a simple query in an ORACLE database. I tried a lot of things that I found on the internet, but none of them worked for me.The following query retrieves four lines:SELECT sampled_date AS VALUE1, VALUE2 AS result, 0 as value3Of asw_la