Whenever i start my database i want to SET my ORACLE HOME & PATH.

Hi,
I have installed my ORACLE 10g on RHEL 5.I have created a starter database named orcl.I have exported my ORACLE_HOME,PATH and SID.Then i Start the listener,database,dbconsole. I have got the connection to my database also, but the problem is whenever i quit the terminal i want to reset the entire thing once more.Is there any other option to start the instance without resetting the ORACLE_HOME,SID,PATH.
Plz help me...

Hi,
there are 2 ways to set your environment:
1) Make amendments to your profiles in .profile
As with every Oracle installation you need settings for different Oracle instances, so you can have your options:
echo
echo "Available Oracle environments are:"
echo " 1 - Head Office                 (Oracle10g)"
echo " 2 - Oracle Application Ser. (Oracle10gAS)"
echo
echo "\n     Oracle environment [1] ? \c"
read C
if [ "$C" -ne '1' -a "$C" -ne '2' ]
then
    C=1
    echo "Default set to ${C}."
fi
case $C in
1)     export  ORACLE_SID=mydb1
        export  ORAVER=10.2.0
        export  UID=oracle10
        export  ORACLE_HOME=$ORACLE_BASE/$UID/$ORAVER/oracleDB
        export  ORACLE_HOME_AS=$ORACLE_BASE/$UID/10.1.0/oracleAS
        export  ORAKITPATH=$ORACLE_HOME/oraterm/admin/resource
        export  ORA_NLS10=$ORACLE_HOME/nls/data
        export  LD_LIBRARY_PATH=$ORACLE_HOME/lib
        export  LIBPATH=$ORACLE_HOME/lib
        export  TNS_ADMIN=/etc
        unset   SRCHOME
        export  NLS_LANG="ENGLISH_UNITED KINGDOM.UTF8"
        export  NLS_LANGUAGE=ENGLISH
        export  NLS_TERRITORY="UNITED KINGDOM"
        export  NLS_DATE_FORMAT='DD/MM/RRRR'
        export  NLS_NUMERIC_CHARACTERS=".,"
2)     
        export  ORACLE_SID=mydb2
        export  ORAVER=10.1.0
        export  UID=oracle10
        export  ORACLE_HOME=$ORACLE_BASE/$UID/$ORAVER/oracleAS
        export  ORACLE_HOME_AS=$ORACLE_BASE/$UID/10.1.0/oracleAS
        export  ORAKITPATH=$ORACLE_HOME/oraterm/admin/resource
        export  ORA_NLS10=$ORACLE_HOME/nls/data
#   Oracle says this is for 64-bit calling applications...
        export  LD_LIBRARY_PATH=$ORACLE_HOME/lib
        export  LIBPATH=$ORACLE_HOME/lib
        export  TNS_ADMIN=/etc
        export  TWO_TASK=mydb2
        unset   SRCHOME
        export  NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
        export  NLS_LANGUAGE=ENGLISH
        export  NLS_TERRITORY="UNITED KINGDOM"
        export  NLS_DATE_FORMAT='DD/MM/RRRR'
        export  NLS_NUMERIC_CHARACTERS=".,"
*)      echo
        echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
        echo !    Wrong Choice, try again : . ./.profile                     !
        echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
esacBut then you have to logout/login or run your profile to change the settings:
. .profile
2) run ". oraenv" that will ask you how to reset the variables.
Regards,
Ryszard

Similar Messages

  • I want to set up a home network to be able to watch my movies and litsen to music across multiple platforms without keeping my laptop connected.

    I want to set up a home network to be able to watch my movies and litsen to music across multiple platforms.  I have movies purchased from itunes as well as movies from my DVD collection that i converted to an .m4v format.  I currently have these movies stored on an external harddrive. To watch a movie on my apple tv I have to ensure my external hard drive is connected to my macbook pro, then play the movie on my macbook pro and "mirror" it to my apple tv.
    Ideally I would like to be able to watch movies from my collection without having to have my laptop on and work from that.  Is it possible to navigate my collection from my Apple TV and play it on my Apple TV.  My macbook pro is the machine I primarily use for work and school it is quite the protological nuissance to have to hook all that up everytime I want to watch a movie.
    My thoughts are that I could take my old dekstop pc, attach an external hard drive to that and make that my "media storage".  If I were to do that would I then be able to watch movies as well as select which movie I want to watch from my library through my apple TV without my macbook pro being in the equation?  Or if I should desire to watch a movie from my library through my Macbook Pro, Iphone 4s, and ipad is that possible?  I basically want to set up my library to be accessible from any of my devices.
    My devices are; the previously mentioned Apple Tv, macbook pro, iphone 4s, ipad 3. I also have a desktop PC running windows 7, xbox 360 and playstation 3 (the xbox and PS3 would be nice if they could too but wouldnt break my heart as they are my roommate's and not mine so I rarely use them.)
    Thank you for any help/advice you guys may have!

    atv's can only access media from
    1. a computer which is turned on running itunes
    2. the internet
    no other options
    and NAS's which say they can work as itunes libs don't work

  • Want to use single oracle home for multiple database releases

    Hi,
    I have following 3 different databases.
    Oracle7 Server Release 7.3.4.4.0
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit
    I want to access these databases using single oracle home. Please advise which client version I have to install to access these. I tried using Oracle Release 9.2.0.1.0 client but I am not able to connect to oracle 7 by using this.I am ready to have multiple oracle homes.But what client version I have to install and where can I get it.Your help will be highly appreciated.

    ... and 7 is using oracle 8.1.7 client.From your sales representative. 8i is no longer available for downloading,because desupported since many years.
    Werner

  • Database Instance Install - Does not find Oracle Home

    I'm installing SolMan on distributed servers. Oracle 10.20.2 was installed /oracle/product/10.2 (shared db server for sandbox environment); I've set $ORACLE_HOME=/oracle/product/10.2; but SAPINST does not detect and wants to install Oracle under /oracle.
    What can I do to have SAPINST see $ORACLE_HOME=/oracle/product/10.2? Is the /oracle hard-coded in the installation? Any suggetsion would be great.

    you probably have not installed Oracle with SAP parameters because your ORACLE_HOME should be set as /oracle/[SID]/102_64

  • Database problem want to solve using oracle.

    I am new to database managemnt so kindly coordinate.
    I have a database in excel (employees name, address)and its relational . now i have another database(employees ID ,number) which is relational in sense to first database.
    I want to link those two database to create a single file using DBMS
    . Can you tell me the detailed step wise procedure for doing this including from installation of oracle and which features in oracle can i use to do this.
    Thanking you .

    you'll probably find more useful answers to your questions in the Database - general forum here:
    General Database Discussions
    there are also quite a number of helpful sites if you Google "installing oracle" or the like.
    I have to raise these questions though, and please don't think that I'm being condesending or anything:
    do you realise that oracle is generally designed for very large (compared to excel) databases?
    do you realise that there are other database products out there that are slightly easier to use and on a smaller (and cheaper) scale such as Microsoft Access (it has it's own Graphical Interface and development environment) and MySQL (it's free and quite good if you need a more robust database server).
    I'd have to say that MS Access sounds far more suited to your needs, and you probably already have it on your computer.
    if you still have your heart set on converting an Excel spreadsheet into an oracle database then by all means go for it!

  • How to start a Database

    I am really new in Oracle and i dont know how to start the database (i only know that the Oracle is installed...) Please Help !

    From the DOS prompt, perform the following:
    svrmgrl
    ==once you get svrmgrl> prompt then type
    connect internal
    startup
    == once you get database started message
    exit
    now your database is up and running.
    if you have any basic question and need good examples as well as good explanation, then, search at, http://asktom.oracle.com site.
    SJH
    OCP DBA

  • Database control in a two node oracle fail safe cluster

    os windows server 2003 r2
    db 10.2.0.4
    ofs 3.4.1
    i've configured db control in the following
    D:\oracle\product\10.2.0\db_1\BIN>emca -config dbcontrol db -repos recreate -cluster_name name_of_the_cluster
    is this right?
    next question
    the -cluster flag and the -EM_NODE / -EM_SID_LIST parameters in the emca are only for rac?
    with my configuration i can't login to my database over dbcontrol
    Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor The Connection descriptor used by the client was: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=node1.blah)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ABBA)))

    How to Configure the 10.2 DB Control in a Failsafe Environment
    ID: 452305.1
    HOWTO: PUBLISHED 17-OCT-2008
    In this Document
       Goal
       Solution
       References
    Applies to:
    Enterprise Manager Grid Control - Version: 10.2.0.1 to 10.2.0.3
    Information in this document applies to any platform.
    Goal
    The goal of the document is to provide the steps to configure the DB Console in an Oracle Failsafe environment.
    Please note that the solution offered in this document is not certified by Oracle. It's only provided as a workaround for customers who wish to use this setup for the Database Control Console in a failsafe environment. Support for the procedure outlined in this document will be provided on a 'best efforts' approach.
    As an alternative to this approach you can use Grid Control Agents to monitor a database in a failsafe environment. For more details please see:
    Note 396659.1  How To Setup Grid Control Central Agent Manually in Oracle Failsafe Environment
    We assume the following:
    - the database binaries are installed on each node on the local disk
    - you already have a failsafe group with the database, the listener, disk resource, and virtual
    ip/hostname
    Note: This is specific for Windows environments using Oracle Failsafe. For setting up the DB Console in Active/Passive clusters on UNIX please use the following note instead:
    Note 362524.1 Configure DB Control 10.2 for use in Active/Passive High Availability Environments
    Solution
    1. Drop the DB Control repository and configuration files on the active node:
    <ORACLE_HOME>/bin/emca -deconfig dbcontrol db -repos drop
    2. Recreate the DB Control using the virtual hostname:
    - in a command window do the following:
    set oracle_sid=<your_sid>
    set oracle_home=<your_oracle_home>
    set oracle_hostname=<virtual_hostname>
    cd %oracle_home%\bin
    emca -config dbcontrol db -repos create
    -- make sure that the virtual host name was picked up by emca (it will display a summary screen
    before continuing)
    3. Verify that the DB Console works fine and can be accessed using the virtual host name in the URL
    4. Stop the DB Console
    5. Create a directory path on the group disk resource similar to your oracle home path on the local disk.
    For example:
    If the oracle home on the local disk is C:\oracle\product\10.2.0\db_1 and the shared disk is D:
    then create the following path: D:\oracle\product\10.2.0\db_1
    Copy C:\oracle\product\10.2.0\db_1\<hostname_sid> and
    C:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_<hostname_sid>
    to D:\oracle\product\10.2.0\db_1\<hostname_sid> and respectively
    D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_<hostname_sid>
    Remember to change the values enclosed in <> with those in your environment.
    6. Delete the following directories from the local disk
    C:\oracle\product\10.2.0\db_1\<hostname_sid>
    C:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_<hostname_sid>
    7. Create NTFS junction points from the local disk to the shared disk (these work like symbolic
    links on UNIX) . It is your responsibility to create these.
    You can find a brief guide as well as some tools that will help you create them at:
    http://en.wikipedia.org/wiki/NTFS_junction_point
    http://www.microsoft.com/technet ... dDisk/Junction.mspx
    Important: Please note that this functionality is not certified nor supported by Oracle. Make sure you understand the
    implications. Especially don't delete the junction points from Windows Explorer !!
    In the end you should have the junction points on the local disk (with the same names as the
    original directories) that would point to the directories you copied on the shared disk.
    8. Start the DB Console service and verify that everything is still working fine.
    9. Stop the DB Console service.
    10. Move the Fail Safe group to the 2nd node.
    11. Once the database is started, create the DB Console configuration files on the 2nd node:
    <ORACLE_HOME>/bin/emca -config dbcontrol db
    12. Stop the DB Console
    13. Delete the created configuration files from the local disk:
    C:\oracle\product\10.2.0\db_1\<hostname_sid>
    C:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_<hostname_sid>
    14. Create junction points from the local disk to the directories already located on the shared
    disk.
    15. Start the DB Console service and verify that is working fine.
    16. Add the DB Console service as a resource to the fail safe group and put dependencies on the
    database and listener services.
    17. Perform a fail over and see if everything works fine.
    References
    Note 298238.1 - Oracle10g Grid Control with Oracle Fail Safe
    Note 362524.1 - Configure DB Control 10.2, 11g for use in Active/Passive High Availability Environments
    Note 396659.1 - How To Setup Grid Control Central Agent Manually in Oracle Failsafe Environment
    Keywords
    EMCA ; DB~CONTROL ; FAILSAFE ; DBCONTROL ; ENTERPRISE~MANAGER ;

  • Separate 2 databases from one oracle home

    Here's the situation:
    "prod and test databases are sharing the same oracle home"
    I want to create separate oracle home for these databases, any suggestions on how to proceed will be greatly appreciated.

    Hi C,
    Oracle Home means that it can have multiple Domains inside it and under each Domains you can have one Admin server and n-number of managed servers. For better understating her is the directory structure
    Oracle Home
    |
    Domain-1= Admin Server , Manage Server-1, MS-2 ....... MS-n
    Domain-2= Admin Server , Manage Server-1, MS-2 ....... MS-n
    Domain-n = Admin Server , Manage Server-1, MS-2 ....... MS-n
    Now you can deploy the your App-1 and App-2 under any Domain on different Managed servers or you can even deploy each application under different domains but to answerer your question
    Ans-1 Yes, it possible to have multiple instance configured from one oracle home.
    Ans-2 Yes, after you configured one instance, you can re-run again and add/remove components
    Hope above information helped you
    Regards,
    Ravish Mody
    Edited by: Ravish Mody on Oct 19, 2010 11:16 AM

  • After upgrading to Yosemite, my MacBook Pro now requires me to enter a password whenever I start up my computer. I want to eliminate this step. How?

    After upgrading to Yosemite, my MacBook Pro now requires me to enter a password whenever I start up my computer. I want to eliminate this step and to go back to the ability to reboot and begin using without a login.  How do I accomplish this?

    Hightlight Login Option.  This will bring up the window showing Automatic login.
    Please post a pic of your window if Automatic login is missing.  Make sure your personal info is not showing.

  • I WANT TO REMOVE BABYLON SEARCH WHICH APPEARS WHENEVER I START FIREFOX

    In addition to above I wish to inform you that Babylon addon is not available in my computer so that I may remove the same. I suspect some scam as I want Google as my default web browser & I want that whenever I start Firefox I should see startup page of Firefox and not Babylon search page, Babylon was erroneously downloaded by me which I removed but I am not able to remove Babylon search.
    ''(changed text to lowercase for readability - c)''

    I did this but the problem still persists. The Babylon icon is still on the page and it is still using Babylon as a search engine. I went back into the about:config and when I type in keyword the adjustment suggested is fine but there is another Babylon lineafter it. It is as follows:
    extensions.BabylonToolbar.keyWordUrl i user set string http://search.babylon.com/?babsrc=SP_ss&q={searchTerms}&mntrId=a4c2fb5f00000000000000ff9c40d7f0&tlver=1.4.35.10&affID=100489

  • Whenever i start iphoto, it starts connected to Facebook and start uploading my photos to face book which i do not want., whenever i start iphoto, it starts connected to Facebook and start uploading my photos to face book which i do not want.

    Whenever I start iphoto on my macbook pro, its start connecting to facebook and uploading my photos, which i donot want to upload.  Please advise, how to stop iphoto to connecting from facebook.

    Then change that setting in iPhoto. First disconnect your system from the net, IE turn off the WiFi and disconnect the Ethernet cable if one is connected. Then open iPhoto and open the preferences and in the Accounts section remove Facebook. You might also want to look in the sharing section.

  • What does the process "GAMED" do and why wants my computer to give notice whenever I start it up?

    Whenever I start-up my computer "Little Snitch" will tell me that a Process called "GAMED" wants to make contact with 4 IP adresses. I have blocked them. But what is this process responsible for or is it only marketing from Apple?

    iMacManny wrote:
    I have a mid 2010 iMac.
    Ok, this model of iMac came with either 10.6.3 or 10.6.4 originally,
    so the 10.6.3 white retail disks (image below) won't work in this machine if that's what your using.
    The reason for this your iMac was released and requires hardware drivers not found on the disk above.
    So what your going to have to do is call Apple via phone and order your Mid 2010 10.6 machine specific disks (don't mention Lion or Mountain Lion)
    When they arrive then review the instructions on these  links to restore your iMac to Snow Leopard.
    How to revert your Mac to Snow Leopard
    and others
    How to erase and install Snow Leopard 10.6
    Most commonly used backup methods
    Drives, partitions, formatting w/Mac's + PC's
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents

  • Cannot start two database with same dbname in a computer

    I have installed oracle and coppied
    D:\oracle\product\10.2.0\admin\orcl to D:\oracle\product\10.2.0\admin\orcl2
    D:\oracle\product\10.2.0\flash_recovery_area\ORCL to D:\oracle\product\10.2.0\flash_recovery_area\ORCL2
    D:\oracle\product\10.2.0\oradata\orcl to D:\oracle\product\10.2.0\oradata\orcl2
    Now I have changed in
    D:\oracle\product\10.2.0\admin\orcl2\pfile\init.ora file following parameters
    instance_name=orcl2
    lock_name_space=orcl2
    control_files=("D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL2\CONTROLFILE\O1_MF_3NZJMBJ3_.CTL", "D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\ORCL2\CONTROLFILE\O1_MF_3NZJMBPG_.CTL")
    DB_FILE_NAME_CONVERT oradata\orcl, oradata\orcl2
    And create instance orcl2 using this pfile.
    now I want to start both database but whenever I mound orcl2 instance it gives me following error
    SQL> startup mount pfile=D:\oracle\product\10.2.0\admin\orcl2\pfile\init.ora
    ORA-32006: LOCK_NAME_SPACE initialization parameter has been deprecated
    Ýêçåìïëÿð ORACLE çàïóùåí.
    Total System Global Area 612368384 bytes
    Fixed Size 1250428 bytes
    Variable Size 167775108 bytes
    Database Buffers 436207616 bytes
    Redo Buffers 7135232 bytes
    ORA-00205: ?????? ??? ????????????? ???????????? ?????, ?? ???. ???????????
    ?????????? ? ??????? ??????????????

    You are using a deprecated parameter which is being used in your init.ora.
    This parameter is deprecated. It is retained for backward compatibility only.
    LOCK_NAME_SPACE
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams096.htm#sthref402
    Initialization Parameters Deprecated in Release 10.1
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14238/changes.htm#i638128
    Adith

  • I want to set log_archive _start paramtere true after instance start up. af

    i want to set log_archive _start paramtere true after instance start up. after setting database in archive log mode . How                                                                                                                                                                                                                                                   

    everything OK with you ?
    1. . can we use single listner for oracle 9i & 10g which is i
    Posted on: Mar 15, 2008 6:01 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    2. how can i change max data file paramtere which is use in create database sc
    Posted on: Mar 15, 2008 6:10 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    3. how see the globle name of database
    Posted on: Mar 15, 2008 6:28 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    4. how sga use if i execute select * from emp whree empid=111;
    Posted on: Mar 15, 2008 6:19 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    5. how u see how many database are on ur linux box & how many start or stop
    Posted on: Mar 15, 2008 6:03 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    6. i want to set log_archive _start paramtere true after instance start up. af
    Posted on: Mar 15, 2008 6:12 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    7. if i dont specify the log file in export but export complete with warning
    Posted on: Mar 15, 2008 6:13 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    8. if ur database crash u have only export of database how u create database f
    Posted on: Mar 15, 2008 6:14 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    9. is it possible to take export of close database
    Posted on: Mar 15, 2008 6:13 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    10. is it possible we can define the path of control file backup by creating a
    Posted on: Mar 15, 2008 6:20 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    11. Re: how we see versions of component those install with oracle
    Posted on: Mar 15, 2008 6:36 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    12. row chaning how u eliminate
    Posted on: Mar 15, 2008 6:23 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    13. Some inter view Questions Please give prefect answer help me
    Posted on: Mar 9, 2008 10:32 AM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    14. ur database size is 100gb when u take export eport dmp sixe is 90gb but ur
    Posted on: Mar 15, 2008 6:00 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    15. ur mount point have not more space and ur system table space is full how u
    Posted on: Mar 15, 2008 6:06 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    16. ur temprory tablespace full . how u resize or increase size of file .
    Posted on: Mar 15, 2008 6:04 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    17. user say ur database is slow how u slove this how identified reasons
    Posted on: Mar 15, 2008 6:17 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    18. what is diffrence when u install 9i and 10g on linux. which feature provide
    Posted on: Mar 15, 2008 6:08 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    19. what is facture block
    Posted on: Mar 15, 2008 6:11 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    20. what is grid . how grid work. is it possible grid in 9i . how
    Posted on: Mar 15, 2008 6:25 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    21. what is pre reqiest of rman implementation
    Posted on: Mar 15, 2008 6:15 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    22. what is process of patching on linux & windows
    Posted on: Mar 15, 2008 6:16 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    23. what is steps of cloning
    Posted on: Mar 15, 2008 6:24 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    24. when u install oracle where the oracle installation inventory information s
    Posted on: Mar 15, 2008 6:07 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    25. which type of joins we can see in tkprof information
    Posted on: Mar 15, 2008 6:22 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    26. why r we not use tablespce begin backup with read only tablespace
    Posted on: Mar 15, 2008 6:18 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread

  • Problem in starting the database

    hi for all
    i have installed successfully 10g on my redhat system and it is just work fine , but after the first reboot it gives me this error on sqlplus
    Enter user-name: system
    password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    when trying to login via isqlplus gives me this error
    TNS:listener does not currently know of service requested in connect descriptor
    so i run dbca and i have deleted the database and created a new one and it's again work fine i reboot the system again the above errors again occurs.
    thanks

    The problem here is that neither your database nor your listener are started. You should use regular commands to start them up.
    sqlplus /nolog
    conn / as sysdba
    startup
    exit
    lsnrctl start
    export ORACLE_SID=instanceName
    emctl start dbconsole
    If you want to start services automatically, then you should configure your linux environment to start processes automatically at OS start time.
    For automatic startup / shutdown you may want to check Oracle documentation: 2.2 Automating Shutdown and Startup
    ~ Madrid.

Maybe you are looking for

  • Will HP cover the cost of replacing my battery?

    I have a HP Pavilion dv4-2145dx Entertainment Notebook PC  and recently, when I turn it on, a black screen opens and reads (something to the effect of): "We have detected your battery needs to be replaced. Please go to **this website** for more info.

  • Check the duplicate functionality of CRM 7.0

    Dear Sirs, could someone give me some Information about of checking and eliminating of duplicate business partner data records.  This functionality should be already integrated in SAP CRM, how can I customize it? There is a Data Quality Management Fr

  • Can automator use the content of a cell ( in excel) to save a file ?

    Join Date: Mar 2009 Automator & excel Hello there, I'm not so good at automator and I need some help. I have a lot of excelsheet to make. Each sheet is about a customer ans should go to a specific folder. As i am naming the folders by date followed b

  • T-Codes/Steps for Meter Reading

    Hi, Can you pls send me the steps in creating a Meter Reading till its end. I mean the t-codes in order. thx guru

  • Restoring Time Machine backup to a drive in a "Voyager Dock"

    Restoring Time Machine backup to a drive in a "Voyager Dock" I would like to restore a Time Machine volume to a hard drive not installed in the computer it has backed up. I have an iMac 24" with a failing drive. It will eventually need to be replaced