Oracle Apex 23.2 ORDS 23.3 Oracle Database 21c Configure With Apache Tomcat 9.0.83

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024

ความคิดเห็น • 28

  • @muhammadnumanrasheed8803
    @muhammadnumanrasheed8803 8 หลายเดือนก่อน

    Thanks for your time...really a helpful guide

  • @kazizillurrahman
    @kazizillurrahman ปีที่แล้ว +3

    Thanks for sharing a nice tutorial. can you please share the text file of all scripts?

    • @MnOracleTutorial
      @MnOracleTutorial  11 หลายเดือนก่อน

      mnoracletutorial.blogspot.com/2023/12/oracle-apex-232-ords-233-oracle.html

  • @satpalchawla2409
    @satpalchawla2409 4 หลายเดือนก่อน

    Thank you. Worked.

  • @JavedIqbal-gv6zi
    @JavedIqbal-gv6zi 10 หลายเดือนก่อน

    Nice tutoial, can you please guide me how to edit pool settings in configuration files

  • @satyaprasad2009
    @satyaprasad2009 9 หลายเดือนก่อน

    while upgrading apex version from 23.1 to 23.2 , do we need to upgrade ORDS as well?

  • @IT_secreters
    @IT_secreters 2 หลายเดือนก่อน

    Hi.. I am getting error ..when i install ords -->>> "C:\Program Files\Java\jdk-17\bin\java" -jar ords.war install after that getting below error ...how to solve this ..
    java.lang.reflect.InaccessibleObjectException: Unable to make private static native long[] java.util.prefs.WindowsPreferences.WindowsRegOpenKey(long,byte[],int) accessible: module java.prefs does not "opens java.util.prefs" to unnamed module @63c12fb0

  • @MohsinKhan-ey3ey
    @MohsinKhan-ey3ey 5 หลายเดือนก่อน

    am i able to install this on oracle 11g database?

  • @NajmAlnajm-s5d
    @NajmAlnajm-s5d 8 หลายเดือนก่อน

    We want that file you copy from it please If you want help us 😢
    When we write the sentence we have mistake😢

  • @JUANANDRES-km3kc
    @JUANANDRES-km3kc 11 หลายเดือนก่อน

    Hi, i am doing the steps of the video but i have a problem, at the end when the TOMCAT runs and the ORDS is been working, the APEX button "Go" is disabled, it doesnt appear and i don't know what i need to do to solve the mistake. Also, i have a question, which is the user and the password to enter to sql developer from ords?, thats because i made the conection to the ords but i don't know to which password and user the ords is talking about.

    • @JUANANDRES-km3kc
      @JUANANDRES-km3kc 11 หลายเดือนก่อน

      I really apreciate if you can answer fastly, this is for an investigation for the school

    • @MnOracleTutorial
      @MnOracleTutorial  11 หลายเดือนก่อน

      If your database is after 12c then , I think database is not connected properly with Ords

    • @MnOracleTutorial
      @MnOracleTutorial  11 หลายเดือนก่อน

      You can follow these steps : mnoracletutorial.blogspot.com/2023/12/oracle-apex-232-ords-233-oracle.html

  • @muddassarpervaiz1368
    @muddassarpervaiz1368 6 หลายเดือนก่อน

    CONN SYS/123@ORCLPDB AS SYSDBA
    when i run this command then i get this message
    ORA-12154: TNS:could not resolve the connect identifier specified
    Warning: You are no longer connected to ORACLE.
    Kindly help to solve this issue.

    • @MnOracleTutorial
      @MnOracleTutorial  6 หลายเดือนก่อน

      tnsnames.ora file edit :
      ORCLPDB =
      (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = DESKTOP-DI6QFRM)(PORT = 1521))
      (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = orclpdb)
      )
      )

    • @muddassarpervaiz1368
      @muddassarpervaiz1368 6 หลายเดือนก่อน

      @@MnOracleTutorial now getting error when write conn sys/123@ORCL as sysdba,
      Tns: could not resolve the connect identifier specified

    • @MnOracleTutorial
      @MnOracleTutorial  6 หลายเดือนก่อน +1

      @@muddassarpervaiz1368 tnsnames.ora file edit :
      # tnsnames.ora Network Configuration File: D:\oracle21\homes\OraDB21Home1\NETWORK\ADMIN\tnsnames.ora
      # Generated by Oracle configuration tools.
      LISTENER_ORCL =
      (ADDRESS = (PROTOCOL = TCP)(HOST = DESKTOP-DI6QFRM)(PORT = 1521))
      ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
      (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
      )
      (CONNECT_DATA =
      (SID = CLRExtProc)
      (PRESENTATION = RO)
      )
      )
      ORCL =
      (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = DESKTOP-DI6QFRM)(PORT = 1521))
      (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = orcl)
      )
      )
      ORCLPDB =
      (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = DESKTOP-DI6QFRM)(PORT = 1521))
      (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = orclpdb)
      )
      )

    • @muddassarpervaiz1368
      @muddassarpervaiz1368 6 หลายเดือนก่อน

      @@MnOracleTutorial sir getting same error

    • @MnOracleTutorial
      @MnOracleTutorial  6 หลายเดือนก่อน

      @@muddassarpervaiz1368 what is your database version?

  • @MRBHomeFurniture
    @MRBHomeFurniture 11 หลายเดือนก่อน +1

    Thanks for sharing a nice tutorial. can you please share the text file of all scripts?

    • @MnOracleTutorial
      @MnOracleTutorial  11 หลายเดือนก่อน

      mnoracletutorial.blogspot.com/2023/12/oracle-apex-232-ords-233-oracle.html

    • @MohsinKhan-ey3ey
      @MohsinKhan-ey3ey 5 หลายเดือนก่อน

      @@MnOracleTutorial am i able to install on oracle 11g database?