Sign Up

Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then this place is just for you and it is 100% FREE.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • About
Home/Questions/Q 5603
In Process
Sanjay
Sanjay

Sanjay

  • 2 Questions
  • 3 Answers
  • 0 Best Answers
  • 31 Points
View Profile
  • 0
SanjayContributor
Asked: February 25, 20212021-02-25T07:47:05+05:30 2021-02-25T07:47:05+05:30

ORA-01034 ORACLE not available

  • 0

I have oracle 18 and SQL was working fine on command prompt. I had created few tables as well. I wanted to run it on localhost using APEX for pluggable database, so installed Apex 19.1 but it did not work on localhost despite many tries and suggestions from many vdos. Finally, I removed it (@apxremov.sql), deleted all folders. Then I unzipped Apex 5 and wanted to install Apex 5 as per your vdo but now I neither run SQL on command prompt nor initiates installation. Hence, I can not change database to pluggable database. It gives following error....

ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Process ID: 0
Session ID: 0 Serial number: 0

 

How to fix this ? At least I should run SQL on command prompt as it was before.

Thanks

ora-01034
  • 2
  • 52
  • 0
  • 0
  • Share
    • Share on Facebook
    • Share on Twitter
Answer

    2 Answers

    1. Vinish

      Vinish

      • 1 Question
      • 547 Answers
      • 53 Best Answers
      • 3k Points
      View Profile
      Vinish Enlightened
      2021-02-25T08:43:00+05:30Added an answer on February 25, 2021 at 8:43 am

      It seems your Oracle database instance is not running. You need to shut down Oracle database and then restart it. The following are the steps:

      Run SQLPLUS:

      sqlplus / as sysdba

      Then execute the below command:

      shutdown immediate

      Then exit:

      exit

      Again open SQLPLUS:

      sqlplus / as sysdba

      Execute the following command:

      startup
      • 0
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
      • Sanjay

        Sanjay

        • 2 Questions
        • 3 Answers
        • 0 Best Answers
        • 31 Points
        View Profile
        Sanjay Contributor
        2021-02-26T12:40:48+05:30Replied to answer on February 26, 2021 at 12:40 pm

        after those steps, I get this error...

        SQL> startup
        ORA-56752: Oracle Database Express Edition (XE) memory parameter invalid or not specified
        ORA-01078: failure in processing system parameters

        • 0
        • Share
          Share
          • Share on Facebook
          • Share on Twitter

    You must login to add an answer.

    Forgot Password?

    Sidebar

    Ask Question
    Write a Post

    Recent Blog Posts

    • Vinish

      Oracle Apex - Display External File in Region

    • Vinish

      Oracle PL/SQL Download BLOB File to Disk

    • Vinish

      Oracle Convert External File to BLOB

    • Vinish

      Oracle Apex Calendar Example

    • Vinish

      Oracle Apex - Open Modal Dialog Page Using JavaScript

    Explore

    • Home
    • Blog
    • New Questions
    • Tutorials
      • Oracle
      • Oracle Apex
      • Python
    • Tags
    • Users
    • Badges & Points
    • About

    © 2021 OrclQA.Com. All Rights Reserved. Privacy Policy