How to Install APEX 23.2 & Configure ORDS 23.4 with Oracle DB 19C

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

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

  • @عابرسبيل-ي8و6ز
    @عابرسبيل-ي8و6ز 7 หลายเดือนก่อน

    ﴿بِسْمِ اللهِ الرَّحْمنِ الرَّحِيمِ قُلْ هُوَ اللَّهُ أَحَدٌ (1) اللَّهُ الصَّمَدُ (2) لَمْ يَلِدْ وَلَمْ يُولَدْ (3) وَلَمْ يَكُنْ لَهُ كُفُواً أَحَد﴾ٌ.

  • @khmansour1
    @khmansour1 10 หลายเดือนก่อน +1

    Appreciate it. you should create a dedicated tablespace for apex in the pluggable database. create tablespace appex datafile size 1g autoextend on next 1g maxsize 20g;

  • @MrITvideo
    @MrITvideo 7 หลายเดือนก่อน +1

    Thank you for the Video. I appreciate your hard work. I would like to know if the APEX is compatible with the Oracle 11g Express edition...?

  • @Adnanparvez-od1th
    @Adnanparvez-od1th 5 หลายเดือนก่อน +1

    aur last mein apne workspace: apps leya he aur user:admin, mera is oe nahi chal raha he. mein ne workspace: internal, user: admin , ayr apna APEX k installation k waqt ju password rakha tha wu deya he tu phir chala he. AP ne guide nahi keya k ap ne ye kyun deya he workspace aur user, but still thankyou the video was very helpfull.

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

    Thanks for the tutorials
    are you going to make a tutorial project-based? CRM, HR, POS, Student admission ... etc

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

    currently we are in apex - 23.1.0 version ....we are planning to upgrade it to 23.2 ....so do we need to upgrade the ORDS as well ?

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

    Excellent Work.

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

    thank you so much sir I have one issue please when installing ords the command java -jar ords.war install it show exception in thread main java.lang.UnsupportedClassVersionError: oracle/dbtools has been compiled by a more recent version of java runtime , I have windows server 2012 and database 19c apex 23.2 and ords 23.3 what is the error with java , java version 1.8.0_391 , java se runtime environment

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

    how to tarlocathost 8080 after next restart system???

  • @Actions_Only
    @Actions_Only 3 หลายเดือนก่อน

    Hi, please upload the ORDS upgrade 22.4 to 24.1 video in Linux

  • @AbhishekChandra-hd3es
    @AbhishekChandra-hd3es 7 หลายเดือนก่อน

    can you Explain how to load data from oracle database to oracle apex without downloading it in local machine ?

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

    you can get the basics f oracle apex by doing this tutorial. Is someone can answer that would be very halpfull. so that anyones time is not wasted.

  • @nasimahmad9530
    @nasimahmad9530 19 วันที่ผ่านมา

    When i type pdbs its nkg showing in my system ?? Any idead how to create one ?

    • @knowledgesign22
      @knowledgesign22  4 วันที่ผ่านมา

      @@nasimahmad9530 I'm using pdb container database
      If u used not pdb database so ignore this command.

  • @Adnanparvez-od1th
    @Adnanparvez-od1th 5 หลายเดือนก่อน

    select username,account_status from dba_users where username like 'ORDS%'
    ORDSYS is locked how do i open it.

    • @tensSa
      @tensSa 5 หลายเดือนก่อน

      open SQL plus (sys as sysdba) and after that write command ALTER USER ORDSYS UNLOCK identified by Welcome!@34 (just put your password instead of this Welcome!@34)

  • @adilhabib-n8s
    @adilhabib-n8s 10 หลายเดือนก่อน

    we have table A and Table B, i created Table B interactive Grid to , i want to fetch record from Table A into Interactive gride which is connected with Table B. Please guide.

    • @knowledgesign22
      @knowledgesign22  10 หลายเดือนก่อน

      Create a new page (e.g., Page 2) and choose the "Interactive Grid" option.

    • @knowledgesign22
      @knowledgesign22  10 หลายเดือนก่อน

      send me screenshot.

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

    oracle apex 23.2 installation...need step by step process document or viedo link please

  • @yasirirshad7410
    @yasirirshad7410 3 หลายเดือนก่อน

    SIR KIYA AP MUJHAY INSTAL KER DAY GAY
    OR YE MAIN SEKHNA CHAHTA HO

  • @SabyashachiPadhi
    @SabyashachiPadhi 7 หลายเดือนก่อน

    When i want to connect sql developer web its give error not found http- 4040 please help

  • @renot2010
    @renot2010 10 หลายเดือนก่อน

    it works! thank you very much!

  • @p.c.chavda2991
    @p.c.chavda2991 6 หลายเดือนก่อน

    Excellent

  • @ShahriyarAli-su5zv
    @ShahriyarAli-su5zv 11 หลายเดือนก่อน

    ALTER SYSTEM SET MEMORY TARGET =3702M AFTER MEMORY SET I STARTUP DATABASE BUT IT SHOWN ERROR
    Specified value of MEMORY_TARGET is too small, needs to be at least
    HOW COULD I REOLVE THIS NOW

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

      ALTER SYSTEM SET MEMORY_TARGET = 4G SCOPE=SPFILE;
      SHUTDOWN IMMEDIATE;
      STARTUP;

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

      It should be set to a value that is suitable for your database workload and available system resources

  • @aboalwaleed3251
    @aboalwaleed3251 10 หลายเดือนก่อน

    i mack restart for Windows and not work again

    • @knowledgesign22
      @knowledgesign22  10 หลายเดือนก่อน

      What issues did you encounter during the installation?

  • @miantasawar
    @miantasawar 7 หลายเดือนก่อน

    Aslam o alikum

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

    Thanks a lot its very useful

  • @ادهمالصلاحي-ف6و
    @ادهمالصلاحي-ف6و 9 หลายเดือนก่อน

    Why hindi language why ??????????
    Oh god

    • @raza-010
      @raza-010 6 หลายเดือนก่อน

      Urdu not hindi.

  • @rabiulhasan7700
    @rabiulhasan7700 10 หลายเดือนก่อน

    need in English, hindi is not understood for all

    • @knowledgesign22
      @knowledgesign22  10 หลายเดือนก่อน

      if u face issue to tell me i can help u.