Problem with ORACLE 10g on VirtualBox ....

Hi,
Currently, I installed an instance of ORACLE 10g on Virtual Server with Windows Server 2K3 Enterprise x86, but after to turn off o restart the virtaul Machine, areceived an error of ORACLE "ORA-12514"...
I had created the virtual server 3 times but the problems continues, Can somebody help me?
Thanks.
Oscar Carrizales.

1000990 wrote:
Hi,
Currently, I installed an instance of ORACLE 10g on Virtual Server with Windows Server 2K3 Enterprise x86, but after to turn off o restart the virtaul Machine, areceived an error of ORACLE "ORA-12514"...
I had created the virtual server 3 times but the problems continues, Can somebody help me?
Thanks.
Oscar Carrizales.ORA-12514 ALWAYS only occurs due to a problem on DB Server system.
One cause of this problem is when the Oracle database is down & needs to be started.
A remote client send a request to the Listener asking to be connected to a specific service.
If/when the listener does not know anything about that service, the listener responds with ORA-12514
post results from the following two OS commands:
lsnrctl status
lsnrctl service
Since every connection request to the listener gets logged, listener.log file will contain a line with 12514 as status code.
This line contains valuable debugging details. So post this line & surrounding lines.
for additional debugging suggestions read the URL below:
http://edstevensdba.wordpress.com/2011/03/19/ora-12514/

Similar Messages

  • I have a problem with oracle 10g express edition

    Hello,
    I have just installed oracle 10g express edition and I have a problem with the script editor. I can write anything in the window that appears below buttons undo,redo and find, It is like disabled. I use windows XP, Firefox 2.0 ( I have also tried with Iexplorer and It does not work either). I have javascript enabled.
    anyone knows what is the problem?
    Later,I have installed it in a virtual machine of Windows 2003 Server and It works well but I`d rather use it in my Microsoft XP
    Thank you very much
    Fernando Martínez

    It looks like you can fix this if you replace the codearea.xbl.xml and codearea.iframe.html files in the
    /i/editor folder with files from an Apex 2.2.1 installation - such as the one on apex.oracle.com.
    Since I don't know what the licensing implications are, I will let you figure out the details.

  • Problem with Oracle 10g

    i have installed Oracle 10g in my PC.
    as usual, some username inclusing SYS,SYSMAN will be using the password specified.
    after finish installing, a database will be created.
    and supposed i can use the username mentioned above to log into the Web-based Enterprise Manager as well as SQL*Plus.
    however, after the first time logging into the EM, the next day, it prompt me to startup the database or "perform Recovery".I start it up with the name as well as the OS username and password. but i cant log into the web based EM.
    besides, i also cant og in to the SQL*Plus using the username (etc. SYS, SYSTEM...) with the relevant password.It asked me for another information, host string, but leave it blank...
    so what should i do to solve this problem? i have tried for so many days and still cant solve the problem.any files that need to be modified or any steps that i have ignored?
    i am new with that...hope someone can guide...
    --thank you XD 

    ya, i get the error messages as shown
    >
    Error:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    i try to connect it to SQL*Plus before attempting to log into the Enterprise Manager.Is this ok?
    however,i cant even connect into both SQl*Plus or EM.
    --thanks ;)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Initial Login Problems with Oracle 10g Express

    Hi,
    Can anybody help, im a student trying to use oracle 10g Express for a project, my problem is the express will not allow me to login as an administrator from the word go. I'm using the right user name and password and every time I login the page just refreshes itself with no other prompts. If i type the wrong credentials i get a message saying so and if using the Hr user name and password it says its locked as it should. Ive used the sql prompt to login and this works so i no the password and user name are correct, but id like to use the GUI if i could. Ive unistalled and reinstalled twice still no joy. Any suggestions?

    Hey again, thanks for your replies, Yes i have been using SYSTEM and SYS with a password of oracle in the GUI interface. When i use the SQL prompt i use the following to login:
    SQL> conn system/oracle
    connected.
    SQL> Show User
    USER is "SYSTEM"
    This says to me that i have logged into the database but still i have no luck in doing the same through the GUI interface using the same credentials.

  • Problem with Oracle 10g Backup

    Hi all! I'm using an Oracle 10g Database installed on a Windows 2003 Server. I have some problems configuring backup policy. First time I configure backup, the flash recovery area size was too small. Waiting for a new disk to arrive (this is a test enviroment), I had to disable archive log mode and now the only backup I can do is logical: export of the entire database. The problem is that Oracle 10g continues to make backups every night and creates empty folder with the data in which the backup was started. I want to completely disable the backup policy. How can I do this? Is it possible to view which is the backup policy defined without using EM console? Infact from the EM console seems that there is no backup policy defined. Thank you for your attention.
    Stefano.

    Ok! I've solved the problem. It was sufficient to eliminate the job executed for the backup from the first tab of the EM console.
    Bye.

  • Installation problem with oracle 10g release 1 in RHEL ES 4 platform

    Hi,
    I am facing such a problem. I want to install Oracle 10g release 1.
    I am using linux 86_64
    os is RHEL ES 4 UPGRADE 5 X_86_64
    When i put the command ./runInstaller It shows os is not supported.
    Is there any way to install this oracle version.
    Can u please suggest which version os is suitable for this.
    please suggest.
    Thanks & regards

    WHICH 10gR1 software do you use? Oracle provides different versions, you need 10.1.0.3 for Linux x86-64 from the OTN download page.
    By the way I would install 10gR2.
    Werner

  • Problem with Oracle 10g RAC VIP network setting at Solaris 9

    Dear All,
    I have tried to set up a Oracle 10g RAC Release 2.
    With OS solaris 9, and 2 nodes.
    The nodes setting as the following:
    nodes 1:
    Public address: 172.16.0.121
    Private address: 192.168.0.121, 192.168.1.121 (dual path for heart beat)
    nodes 2:
    Public address: 172.16.0.122
    Private address: 192.168.0.122, 192.168.1.122
    And i have assigned two IP adress 172.16.0.131, 172.16.0.132 as the VIP address for the
    RAC.
    And the following is the /etc/hosts file:
    root@shk01 # cat /etc/hosts
    # Internet host table
    127.0.0.1 localhost
    # public address
    172.16.0.121 shk01 loghost
    172.16.0.122 shk02
    # heart beat
    192.168.0.121 shk01-priv1
    192.168.1.121 shk01-priv2
    192.168.0.122 shk02-priv1
    192.168.1.122 shk02-priv2
    # VIP address
    172.16.1.131 vip-shk01
    172.16.1.132 vip-shk02
    But when i run the command "$ ./runcluvfy.sh comp nodecon -n shk01,shk02 -verbose"
    it shows the error:
    ERROR:
    Could not find a suitable set of interfaces for VIPs.
    Result: Node connectivity check failed.
    I did try to add the VIP address on bge0:1, as i using bge0 for the public address.
    Both nodes i did using the same interface name for it.
    Anyone have idea for me to check out the error?
    Also, I have other question about the raw device.
    As there is option for setting for ASM or raw device. If choosing raw device, does it mean that it just need to
    format the storage disk but without newfs it? And then the Oracle program will able to handle it?
    Thanks,
    Xentar

    You don't seem to state categorically that you are using Solaris Cluster, so I'll assume it since this is mainly a forum about Solaris Cluster (and IMHO, Solaris Cluster with Clusterware is better than Clusterware on its own).
    Clusterware has to see the same device names from all cluster nodes. This is why Solaris Cluster (SC) is a positive benefit over Clusterware because SC provides an automatically managed, consistent name space. Clusterware on its own forces you to manage either the symbolic links (or worse mknods) to create a consistent namespace!
    So, given the SC consistent namespace you simple add the raw devices into the ASM configuration, i.e. /dev/did/rdsk/dXsY. If you are using Solaris Volume Manager, you would use /dev/md/<setname>/rdsk/dXXX and if you were using CVM/VxVM you would use /dev/vx/rdsk/<dg_name>/<dev_name>.
    Of course, if you genuinely are using Clusterware on its own, then you have somewhat of a management issue! ... time to think about installing SC?
    Tim
    ---

  • Hi problem with Oracle 10g On windows 2003 SR1

    Hi,
       I am installing NW2004S on windows 2003 SR1 (Std.Edition). After the installation of Oracle 10g I am getting the error "I*SQLPlus service" can't be started. Any help on this regard is greatly appreciated.
    Regards,
    Rao.M

    The help I can give you is to suggest you to post in the appropriate forums:
    SAP on Microsoft Windows
    You will have more chance to get right responses.
    Regards,
    Sandro

  • Problem with Oracle 10g Enterprise Manager DB control scheduled backup

    Hi
    DB is - Oracle Database 10g Enterprise edition-10.2.0.1.0
    OS is - Windows Server 2003, Enterprise edition, Service Pack - 2
    I have scheduled daily backup from DB control, some backup didn't completed.
    Status of backup was - "Suspended on Agent Unreachable"
    While try scheduling new backup job from DB control, it is giving error.
    Error - Connection to host as user <user_name> failed: IOException in sending Request :: Connection refused: connect
    Anyone has any clue regarding this? please help.

    Hi,
    Have a read of this thread which talks about the same issue and its solution.
    Oracle 10g EM DB console Host Preferred Credentials for Windows
    And if you are finding issues in the entering the Host credentials itself, you may need to log on as batch job. Follow thiese steps,
    +1. Go to control panel/administrative tools+
    a. click on "local security policy"
    b. click on "local policies"
    c. click on "user rights assignments"
    d. double click on "log on as a batch job"
    e. click on "add" and add the user that was entered in the "normal username" or "privileged username" section of the EM Console.
    +2. Go to the Preferences link in the EM GUI+
    a. click on Preferred Credentials (link on the left menu)
    b. under "Target Type: Host" click on "set credentials"
    c. enter the OS user who has logon as a batch job privilege into the "normal username" and "normal password" fields
    +3. Test the connection+
    a. while in the Set Credentials window, click on "Test"
    From http://www.orafaq.com/forum/t/89472/0/
    HTH
    Aman....

  • Login problem with Oracle 10g SQL Plus

    Hi, I just down load Oracle 10g from web site. I tried use scott and tiger for user name and password, I can't login. I tried use SYSMAN and the password I used when I installed the software, I can't login in too. Please help!!!

    This forum is for OBE specific questions only. Please post a message to one of the database forums located here:
    http://forums.oracle.com/forums/index.jsp?cat=18
    You can also check metalink or call support.

  • Problem with oracle 10g express edition installation on linux(opensuse)

    This is the error it give's me when i install the software. The error come after i set http port and the acces port to database
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora: No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora': No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora: No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora': No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/postDBCreation.sql: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/postDBCreation.sql': No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/DatabaseHomePage.sh: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/DatabaseHomePage.sh': No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/readonlinehelp.sh: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/readonlinehelp.sh': No such file or directory
    Configuring Database...grep: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/*.log: No such file or directory
    Done
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    Starting Oracle Database 10g Express Edition Instance...Done
    Installation Completed Successfully.
    To access the Database Home Page go to "http://127.0.0.1:8081/apex"
    The files exists to the path who is looking for them and tell me they don't exist
    can you help me please with this problem?
    Thanks
    Message was edited by:
    user652409

    hi,
    i've reinstalled the database and now it give's me just the last 3 error messages,and i don't now what to do :
    Configuring Database...grep: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/*.log: No such file or directory
    Done
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    this files or directories doesn't exists...
    Please help
    Teero

  • Login problem with Oracle 10g Express Edition as system user

    I have installed Oracle Database 10g Express Edition, but I can not login inside. I use the following:
    user: system
    password: ****** the password witch I put during the installation.
    As I click Login, the page returns to the same state and wants username and password again. As I write wrong user and pass it yields an error, as I write the right user and pass it returns to the same page again. I used uppercase for system and lower case, but the problem goes on. I read the documentation, but I didn't find a solution.
    Eventully I may be miss something. Can anyone help me?

    Hi,
    Are you try to connect sys user on sql command prompt and alter system user password then try to connect
    regards
    Taj

  • Problem with Oracle 10g Express Edition

    Hi,
    Install OracleXE.exe in Windows 2000, but on having tried to enter the following mistake goes out: http://127.0.0.1:8080/apex
    It is not possible to show the page
    That is what happens
    Thank you

    You mention the default installation uses port 7777, then you mention that Apache is not used.
    Minor correction to your posts:
    1) The default installation for APEX uses Apache and defaults to port 7777;
    2) The default installation of XE does not include Apache, and the built-in environment defaults to port 8080
    Reference is the XE documentation, which supercedes the APEX documentation. That is found at http://www.oracle.com/pls/xe102/homepage
    And for clarification, the HTTP service in XE is composed of 2 parts:
    - the HTTP listener is handled by the Oracle listener, on the port registered using the "dbms_xdb.sethttpport();" procedure and reported using the "dbms_xpg.gethttpport()" function.
    - the HTTP server is primarily in the dbms_epg package.

  • Developer 5 with oracle 10g problem

    the problem is that i can only run one instance from form5
    that is mean if i have hrms system i can only run it one time form my pc and other pc and if i want run it i have to close the running one any idea

    Hi,
    I have an application in - Front end tools : Oracle
    Forms/Reports 4.5. RPT, SQL, and PROC(all are in
    CUI-character user interface)
    tabase : Oracle 7.3.4.
    I have a plan for migrating database to 10g keeping
    front-end as it is.
    Is there any compatibility issue with forms 4.5(CUI)
    with oracle 10g.
    Regards
    JIJUCharacter interface?? you mean Forms 3 not 4.5??
    It will not work, you cannot directly migrate Oracle 7.3.4 to 10g, you need to migrate it first to 8.1.6 and than to 10g.
    Even if you succeed in your database migration your front end version will not work.
    Tony

  • Problem with Oracle 11g(32 bit) installation on windows 7 ultimate edition

    Hello all,
    I have a problem with Oracle 11g(32 bit) installation on windows 7 ultimate edition (32 bit).
    I have successfully installed it immediately after OS installation. But today, i have decided to deinstall it and go for Oracle 10g version for 32 bit.
    Everything went normal during installation, but i can see the services is not present in services.msc. Also its throwing some exception for dbca, netca
    Now i tried to deinstall it and again go for 11g. But even the same story here..
    Can anybody give me a solution for this..
    -Regards
    Rajesh Menon

    Saqib Alam wrote:
    i recently install Oracle 11g R1 on windows 7 ultimate, i installed it and working perfectly.
    ur problem is that u install latest version and now u trying to installing old version.
    now u need to uninstall 10g and delete oracle from services, if the probleme presist then u should
    install fresh windows 7.
    Regards
    SaqibNo need to install a fresh OS. That's like tearing your house down just because you wired a lamp wrong and blew a circuit breaker.
    There are MeaLink notes on how to eradicate an Oracle install from Windows, but it boils down to this:
    Stop all Oracle services
    In the registery:
    - Delete all oracle services from the register (HKLM\SYSTEM\CurrentControlSet
    - Delete the entire Oralce folder from HKLM\Software
    reboot
    Delete the ORACLE_HOME directory and any other Oracle related directories/files. Offhand, it seems like there is an Oracle directory under Program Files.
    reboot

Maybe you are looking for

  • HT4191 My notes disappeared from both my iPad mini and iPhone.

    One note from the notes app were deleted from my ipad mini and iphone 4s.  I opened up my ipad mini notes app and was looking at the note and all of a sudden it disappeared.  I checked other mail accounts and looked on my iphone, but it was also gone

  • Alternative of BAPI_ALM_ORDER_MAINTAIN

    Hi all,   The BAPI function module BAPI_ALM_ORDER_MAINTAIN is marked as obsolate in ECC6. If you know any alternative of this BAPI, Please let me know. Thanks & regards, Arnab. Moderator message: please do more research before asking. Edited by: Thom

  • To default the Bill_To_Location in PO Form

    Hi all, I need to make the Bill_To_Location address to be defaulted from the Financial Options in Oracel Purchasing.This should not be override by the Supplier or Supplier Site.I tried this by Perosnalizing but the performance of the form is being sl

  • Set Default Spry Tabbed Panel As Close Until Mouse Over

    Dear All, Is there a way to set the default spry tabbed panel to be closed when the page load untilI mouse over it?? here is the link to my page http://www.senhuiauto.com/model_code_link.html. As you can see, it roll down by default. How to fix?? Bel

  • Lightroom export is not working

    Does any one has any ideas?