How to Install Oracle 23c on Linux 8

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • Install the Oracle 23c Database on Oracle Linux 8
    Install Oracle 23c Database on Linux 8 using rpm
    Step by Step Oracle 23c installation on OEL 8.3
    How to install Oracle 23c.
    Oracle 21c Installation via rpm.
    Please don't forget to Like, Share and Subscribe the channel.
    LEARN FROM THE EXPERTS
    #oraclecloud #oracle #database #oracledatabase #dbat

Komentáře • 15

  • @synthmania7275
    @synthmania7275 Před rokem +1

    Thank you for the video. Very helpful.

  • @how_and_why
    @how_and_why Před rokem +1

    Good video

  • @MrMandarpriya
    @MrMandarpriya Před 11 měsíci +1

    Sir i really appreciate for your fabulous video. I had anothe issue. I have wt source 11.2.04 , at destination 19c. So how do i perform datapump

    • @DBATraining
      @DBATraining  Před 11 měsíci +1

      Step is same like you do form 11 to 12.

  • @supreethgr2586
    @supreethgr2586 Před 4 měsíci

    @DBATraining thanks for this video, I successfully installed Oracle 23c on RHEL 8. Could you also please upload one video on how to configure this oracle 23c to TLS 1.3. I didn't get any resource for that. Thanks

    • @DBATraining
      @DBATraining  Před 3 měsíci

      Thanks for your feedback. Our all video from actual class. Will ask team to upload your requested topics.

    • @supreethgr2586
      @supreethgr2586 Před 3 měsíci

      @@DBATraining please, thanks

  • @MrMandarpriya
    @MrMandarpriya Před rokem +1

    Sir after restarting i am getting this issue that sqlplus command not found, so what could be the issue

    • @DBATraining
      @DBATraining  Před rokem +1

      set the environment variable. .oraenv and give your instance name you will able to connect. I have shown that in video how to login.

    • @MrMandarpriya
      @MrMandarpriya Před rokem

      Sir i understood what you said. I think i forgot the last of the steps ie the set the env correctly. Thanks so much . Sir i am a novice so did this mistake.

    • @DBATraining
      @DBATraining  Před rokem

      @@MrMandarpriya No problem. If this video help you i feel comfortable.

  • @MrMandarpriya
    @MrMandarpriya Před rokem

    Good Morning Sir, I was able to get the sql plus. I used the ususal last 4 steps of ORacle_HOME , ORACLE_SID, ... and then sqlplus / as sysdba and it worked. So everytime i have to do this or i can use the .oraenv. So now the issue is that when i use lsnrctl status, it gives an error and lsnrctl start . So what could be the issue

    • @DBATraining
      @DBATraining  Před rokem

      Hello, Once you set the environment variables. you can able to start or stop listener. alternate way go to $ORACLE_HOME/network/admin and try to see the listner name and start it from bin directory.