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
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.
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.
Thanks for your time...really a helpful guide
Thanks for sharing a nice tutorial. can you please share the text file of all scripts?
mnoracletutorial.blogspot.com/2023/12/oracle-apex-232-ords-233-oracle.html
Thank you. Worked.
Nice tutoial, can you please guide me how to edit pool settings in configuration files
while upgrading apex version from 23.1 to 23.2 , do we need to upgrade ORDS as well?
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
am i able to install this on oracle 11g database?
We want that file you copy from it please If you want help us 😢
When we write the sentence we have mistake😢
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.
I really apreciate if you can answer fastly, this is for an investigation for the school
If your database is after 12c then , I think database is not connected properly with Ords
You can follow these steps : mnoracletutorial.blogspot.com/2023/12/oracle-apex-232-ords-233-oracle.html
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.
tnsnames.ora file edit :
ORCLPDB =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = DESKTOP-DI6QFRM)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orclpdb)
)
)
@@MnOracleTutorial now getting error when write conn sys/123@ORCL as sysdba,
Tns: could not resolve the connect identifier specified
@@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)
)
)
@@MnOracleTutorial sir getting same error
@@muddassarpervaiz1368 what is your database version?
Thanks for sharing a nice tutorial. can you please share the text file of all scripts?
mnoracletutorial.blogspot.com/2023/12/oracle-apex-232-ords-233-oracle.html
@@MnOracleTutorial am i able to install on oracle 11g database?