DBA Cave
DBA Cave
  • 60
  • 289 675
Toad - No valid Oracle client error || #DBA_Cave|| Oracle || Toad ||
----------- Toad Software Oracle Client Error ------------------
When we install Toad software on our PC then it's require at least one oracle home or client.
Error happen when there is no Oracle Database software or Client intalled on that PC.
Let's check the issue .....
Let's solve this issue:
Step 01: Download instant client software
Step 02: Unzip the software
Step 03: Copy the software path
Step 04: Edit environment veriable
Step 05: Restart the Toad software
Step 06: Check database connection from Toad
No more today, hope you will catch the issue and the solution!!!!!!!!!
Bye bye!!
Download Link:
www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html
Переглядів: 136

Відео

Startup oracle dataguard enabled database??
Переглядів 114Рік тому
How to startup oracle dataguard enabled database??? ... Primary server 1. Check database up or down sqlplus / as sysdba startup; lsnrctl status lsnrctl start 2. Check log archive dest status show parameter log_archive_dest_state_2 alter system set log_archive_dest_state_2=enable scope=both; 3. Check database status sqlplus / as sysdba select name, db_unique_name, database_role, open_mode from v...
virtual box installation on windows machine
Переглядів 146Рік тому
Wellcome to DBA Cave How to install Oracle virtual box on windows machine??? steps:::: 1. Download latest Oracle Virtual Box www.virtualbox.org/ 2. Install 3. Install extension pack
HR schema installation after database setup.
Переглядів 121Рік тому
HR schema installation after database setup??? Suppose you install and configure oracle database without sample/demo HR schema. Now you want to do some practice with HR schema on that database. So you need to import HR schema from another database or add HR schema by manual method. Manually Installing the HR Schema.... Link: docs.oracle.com/en/database/oracle/oracle-database/19/comsc/installing...
How to open snowflake account? #DBA_Cave || Snowflake || Cloud ||
Переглядів 147Рік тому
How to create Free SNOWFLAKE account?? Snowflake is a cloud data warehouse that can store and analyze all your data records in one place. It can automatically scale up/down its compute resources to load, integrate, and analyze data. Link: www.snowflake.com/en/ give required input account created here we see some practice worksheets we just create our snowflake account and login now need to crea...
oracle 19c on Windows machine
Переглядів 517Рік тому
Steps: 1. Download DB Software. 2. Extract the Software. 3. Install the Software a) Install Software only b) Create Listener c) Create the Database above a b c is my choice for avoid some issues during installation on windows machine 1. Download www.oracle.com/database/technologies/oracle19c-windows-downloads.html I already download earlier 2. Extract one thing Extracted folder will become the ...
Install MSSQL Server 2022 || DBA Cave || SQL || MSSQL || SSMS
Переглядів 72Рік тому
Install MSSQL Server 2022 1. Download www.microsoft.com/en-sg/sql-server/sql-server-downloads 2. Install click on SQL2022-SSEI-Eval.exe this will download main Software from web follow the work installation ongoing.. it will need some times wait till that installation done MSSQL Management Studio need for connect and using MSSQL Server databases. I will install that after download download comp...
Apex Dynamic Menu || #DBA_Cave || Oracle_APEX
Переглядів 145Рік тому
How to make sensitive menu on Oracle Apex using Dynamic action??? You seen that menu auto not expanded when I click!!! I After click on down arrow then it expanded... Today we will do this with some code...... Let's go Create a dynamic action on global/home page...... Just copy and past the codes below.... Link: docs.google.com/document/d/1EGanueDe1iZOI86x-xGEKlX_CJb1rjdnYv1mOmoND00/edit?usp=sh...
drop a pluggable database on oracle database. #DBA_Cave #Oracle
Переглядів 2552 роки тому
how to drop a pluggable database from PDB???? by comamnd mode dbacavepdb by graphical mode first of all check available pdbs............ col name for a20 select con_id, name,open_mode from v$containers; close the target pdb alter pluggable database DBACAVEPDB close; check status again select con_id, name,open_mode from v$containers where name='DBACAVEPDB'; drop target pdb with including datafil...
how to take remote linux database backup from your windows PC??
Переглядів 2652 роки тому
how to take remote linux database backup from your windows PC?? it's possible with using plink utility. Plink is a non-interactive SSH session tools. plink.exe a command-line interface to the PuTTY back ends. download putty and plink.exe from web. www.chiark.greenend.org.uk/~sgtatham/putty/latest.html install putty for remote server script setup copy plink.exe on windows C:\Windows\System32 dir...
Add Target and Database on Oracle EM part2
Переглядів 1232 роки тому
In this video I will show how to monitor oracle instance on Oracle Enterprise Manager. This is the second part. First Part Link: ua-cam.com/video/9_ySK4Mi9Ss/v-deo.html Enjoy the EM. Thanks for reach #DBA_CAVE
Add Target and Database on Oracle EM. #EnterpriseManager #13c #DBA_CAVE
Переглядів 9152 роки тому
In this video I will show how to add target server and oracle instance on Oracle Enterprise Manager. I add one Linux host and one 19c Database instance in this video. This is the first part of this procedure, second part will complete the process. Second Part Link: ua-cam.com/video/AejFE9iU3zw/v-deo.html Thanks a lot for Reach #DBA_CAVE
19c silent install on linux server.
Переглядів 5092 роки тому
19c Installation on OEL 7.9 start putty session with server set hostname hostnamectl set-hostname alfadb add lines on hosts file vim /etc/hosts 192.168.192.168.100.198 alfadb.localdomain alfadb Set SELINUX permissive vim /etc/selinux/config SELINUX=permissive after reboot permissive will active Firewall disable systemctl stop firewalld systemctl disable firewalld Install preinstall packages yum...
How to install virtualbox on LINUX machine || DBA CAVE ||
Переглядів 552 роки тому
How to install virtualbox on LINUX machine????? go to download site www.virtualbox.org/wiki/Downloads select Linux Distribution select LINUX version and copy linked address download.virtualbox.org/virtualbox/6.1.34/VirtualBox-6.1-6.1.34_150636_el8-2.x86_64.rpm download from terminal curl -O download.virtualbox.org/virtualbox/6.1.34/VirtualBox-6.1-6.1.34_150636_el8-2.x86_64.rpm install virtualbo...
SQL Server backup restore. DBA Cave || Learn MS SQL
Переглядів 572 роки тому
In this video I will show how to restore MS SQL server backup from another server. Stay connected with DBA CAVE
MSSQL server sa user login!! || DBA CAVE ||
Переглядів 732 роки тому
MSSQL server sa user login!! || DBA CAVE ||
how to install plsql developer on windows PC???? #DBA_Cave
Переглядів 4,6 тис.2 роки тому
how to install plsql developer on windows PC???? #DBA_Cave
how to install oracle database client
Переглядів 1,4 тис.2 роки тому
how to install oracle database client
Connect MS SQL Database with SQL Developer. #DBA_Cave #Oracle
Переглядів 3,2 тис.2 роки тому
Connect MS SQL Database with SQL Developer. #DBA_Cave #Oracle
Connect Oracle Database with SQL Developer. #DBA_Cave #Oracle
Переглядів 198 тис.2 роки тому
Connect Oracle Database with SQL Developer. #DBA_Cave #Oracle
install mySQL on windows 10. #DBA_Cave #learnTECH
Переглядів 582 роки тому
install mySQL on windows 10. #DBA_Cave #learnTECH
SQL server data from oracle database #DBA_Cave #Oracle #hs #MSSQL
Переглядів 6 тис.2 роки тому
SQL server data from oracle database #DBA_Cave #Oracle #hs #MSSQL
how to install Microsoft SQL server on windows Machine #DBA_Cave #Database #Learn_DB
Переглядів 682 роки тому
how to install Microsoft SQL server on windows Machine #DBA_Cave #Database #Learn_DB
ODBC - Open Database Connectivity #DBA_Cave #Oracle
Переглядів 2212 роки тому
ODBC - Open Database Connectivity #DBA_Cave #Oracle
how to connect linux postgres DB from a Windows PC #DBA_Cave #learn_DB #Oracle_MSSQL_mySQL_postgres
Переглядів 1,2 тис.2 роки тому
how to connect linux postgres DB from a Windows PC #DBA_Cave #learn_DB #Oracle_MSSQL_mySQL_postgres
how to install postgres database on linux server
Переглядів 4,9 тис.2 роки тому
how to install postgres database on linux server
postgresql database installation
Переглядів 592 роки тому
postgresql database installation
19c silent installation on Linux 8
Переглядів 2,4 тис.2 роки тому
19c silent installation on Linux 8
Apex 21 installation on Windows 10 with ORDS #DBA_Cave #Oracle
Переглядів 6093 роки тому
Apex 21 installation on Windows 10 with ORDS #DBA_Cave #Oracle
Import schema from export file in oracle database #DBA_Cave #Oracle #Imoort #impdp
Переглядів 1 тис.3 роки тому
Import schema from export file in oracle database #DBA_Cave #Oracle #Imoort #impdp

КОМЕНТАРІ

  • @MK-lh3xd
    @MK-lh3xd 14 днів тому

    What is this? A silent film of the 50s?

    • @DBACave
      @DBACave 13 днів тому

      Yap, it's from Charlie Chaplin Thank you🙂🙂

  • @hotdogbutdiff
    @hotdogbutdiff Місяць тому

    May I know should I download sql plus first? When I try to open sqlplus on cmd it say 'sqlplus' is not recognized". If yes, how to download it. Thank you!

    • @DBACave
      @DBACave Місяць тому

      @@hotdogbutdiff Hi, yes you have to download oracle database software and install the software on your computer. Then you will able to run sqlplus from cmd. SQL Developer is just a software to connect database and it has no database itself. I will send you the link how to download and install the required software on your computer.

    • @DBACave
      @DBACave Місяць тому

      ua-cam.com/video/EeighIN8Nh8/v-deo.htmlsi=EuEepuBZF91yD7bj

  • @doudamoss
    @doudamoss Місяць тому

    خوتي من سمع فلأول سلام عليكم هدا الشخص هم اليس خدالك

    • @DBACave
      @DBACave Місяць тому

      شكرا على تعليقاتكم القيمة، والسلام عليكم ورحمة الله وبركاته! Thank your for your valuable comment, peace be upon on you!

  • @Nguyen-qo2qj
    @Nguyen-qo2qj Місяць тому

    Hello, can you help me?

    • @DBACave
      @DBACave Місяць тому

      Hi, yes please. What is the issue? Thanks

  • @AshokKumar-u9q9i
    @AshokKumar-u9q9i Місяць тому

    How to fetch oracle data(source) into sqlserver (target) can you please help me

    • @DBACave
      @DBACave Місяць тому

      @@AshokKumar-u9q9i thanks, actually I was worked SQL Server to Oracle. I haven’t experience about your case. It’s good to learn it. I will try to catch it.

    • @DBACave
      @DBACave Місяць тому

      Hi Ashok, You may use below guideline to do that. ua-cam.com/video/WDsaeNvi_3c/v-deo.htmlsi=Mi81ZJXS4VASF1ea Thanks

    • @ashokatukuri6795
      @ashokatukuri6795 Місяць тому

      ​@@DBACave thanks but i need using oracle gateway proceess only

  • @mandayash2980
    @mandayash2980 2 місяці тому

    when i typed select name from v$database, the result is only XE not orcl. Is this a problem? how if i select SID not the server name?

    • @DBACave
      @DBACave 2 місяці тому

      Thanks a lot for reach my channel. Actually your installed Oracle Database Express Edition (XE) is a light database version. Enterprise edition default SID name is ORCL and XE edition default SID is XE.

  • @eltacabbasov8850
    @eltacabbasov8850 3 місяці тому

    Hi.I have a problem that i download sql developer but in cmd there is error like "Connect to an idle instance".What can i do? Please help me about that?

    • @DBACave
      @DBACave 3 місяці тому

      Hello, SQL Developer software need another Active Database for connecting with databases. You have to install oracle database software on your computer. May be on your computer you have an database that is not up and running. Please start the database first. It's possible from CMD or from Services.

    • @eltacabbasov8850
      @eltacabbasov8850 3 місяці тому

      @@DBACave How can i do what you say?

    • @DBACave
      @DBACave 3 місяці тому

      @@eltacabbasov8850 Please install oracle 19c database on your computer. You could follow below steps if you want: ua-cam.com/video/EeighIN8Nh8/v-deo.htmlsi=9IOW_HJD71AxX5x3

  • @BrooksWesely
    @BrooksWesely 3 місяці тому

    getting error on building HR connection (ORA-01109: Database not open)????

    • @DBACave
      @DBACave 3 місяці тому

      @@BrooksWesely your database instance not started, start your database. Simply we use SQL> alter database open; May be it’s on mount mode! If it’s PDB then start your PDB database.

  • @subbaraogaddale
    @subbaraogaddale 4 місяці тому

    thanks for the vedio.Such useful vedios will help so many to connect and practice .

    • @DBACave
      @DBACave 4 місяці тому

      So nice of you! You are welcome. I'm glad that it's helps some of our new learner. Take care.

  • @mihaelvidovic-l8s
    @mihaelvidovic-l8s 4 місяці тому

    i love so much can you bring me to you to can i hug you

    • @DBACave
      @DBACave 4 місяці тому

      Glad it helps you.

  • @mihaelvidovic-l8s
    @mihaelvidovic-l8s 4 місяці тому

    you are my man sir

    • @DBACave
      @DBACave 4 місяці тому

      Nice to hear from you

  • @dismal368
    @dismal368 4 місяці тому

    Thanks sir,

    • @DBACave
      @DBACave 4 місяці тому

      You are welcome! Happy to hear from you.🙂

  • @prajaram1918
    @prajaram1918 5 місяців тому

    Super ji... within few seconds, a days headache gone....

    • @DBACave
      @DBACave 5 місяців тому

      Thank you so much. It's my pleasure that it's helps you! Keep learning :)

  • @RajeevRanjan-wy2wm
    @RajeevRanjan-wy2wm 5 місяців тому

    Still not connecting with sys123 I altered command to

    • @DBACave
      @DBACave 5 місяців тому

      @@RajeevRanjan-wy2wm Sorry to hear about that. If it’s a PDB database then you should have to create another TNS name for that.

  • @khaledjouma
    @khaledjouma 5 місяців тому

    Bro. Thank you for the efforts.Kindly make a playlists for Oracle SQL. Oracle DBA Real-Time activities and Oracle APEX If possible. Numbered and Sorted from beginners to advance. It'll be easy for me and someone else's to follow as a roadmap

    • @DBACave
      @DBACave 5 місяців тому

      You are welcome. Actually my current role is DBA. That's why my regular focuses are DBA administration related. I will try to make videos by your suggestion. Thanks for the feedback.

  • @Namnika-j7b
    @Namnika-j7b 5 місяців тому

    I got this error: Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection (CONNECTION_ID=ZArtofrUQUS8pTWTTeCGEA==) what should I do to resolve??

    • @DBACave
      @DBACave 5 місяців тому

      Hello, It's happen due to Listener issue. Please verify that database LISTENER status ok and related database is up and running. Check listener from CMD or Linux Terminal by: lsnrctl status Thanks

  • @adityaprakash7228
    @adityaprakash7228 5 місяців тому

    Can you tell how the localhost server was setup - to which your sql developer is connected? Is it done with sql developer or you had to install other things as well

    • @DBACave
      @DBACave 5 місяців тому

      Thanks for your asking, Yes we have to install Oracle database software for connect from SQL Developer. You could use another PC's database or install on the same PC. No additional database software attached on SQL Developer itself.

  • @pepetdvo2569
    @pepetdvo2569 6 місяців тому

    I am using putty 0.81 and I did configure and compared with what you have showed, it looked the same but when I connect it, it popped up a window that the host key is not cached for this server opc (port 22). You have to grantee that the server is thie computer you think it is.... If you do trust this host press "Cancel" to abandon the connection" I put Accept. It prompted me for the username. After I put "opc" the it gave me error, "server refused our key". How to correct it?

    • @DBACave
      @DBACave 5 місяців тому

      Sorry to hear that, is the issue still exist? Sorry for late reply.

  • @user-qm8rr8oi5p
    @user-qm8rr8oi5p 6 місяців тому

    Bro can you please share the oracle 11g file

    • @DBACave
      @DBACave 6 місяців тому

      Sure, here is the link! drive.google.com/drive/folders/1vVZd9nesefMYTejivQBBH2uZXYhv9GTX?usp=sharing Pink me if any issue during download. Thanks

  • @PallavviPatil
    @PallavviPatil 6 місяців тому

    I am getting this error "Status : Failure -Test failed: Listener refused the connection with the following error: ORA-12518, TNS:listener could not hand off client connection (CONNECTION_ID=B/Qo7U3ZQ9+ZpHlJ4j3jkQ==)" what can I do here?

    • @DBACave
      @DBACave 6 місяців тому

      Sorry for the late reply. Hope issue is resolved. If not resolved please bounce the listener and register the service again. If the DB server is Linux then do below: Edit /etc/systemd/system.conf Set DefaultTasksMax to 'infinity'. May the issue resolve. Thanks

    • @Namnika-j7b
      @Namnika-j7b 5 місяців тому

      I am getting this same issue. @DBCave can you tell how to solve??

    • @DBACave
      @DBACave 5 місяців тому

      @@Namnika-j7b Which version is your DB? If it's 11G: follow below link; dba.stackexchange.com/questions/69184/ora-12518-tnslistener-could-not-hand-off-client-connection-oracle-xe-11-2-x64 Thanks

  • @sksahidrahaman1455
    @sksahidrahaman1455 7 місяців тому

    Oracle cloud a putty মাধ্যমে কিভাবে ,,কোন কোন কমেন্ট ব্যবহার করে proxy IP বানানো যায় একটা ভিডিও বানান এই টপিক নিয়ে

    • @DBACave
      @DBACave 5 місяців тому

      ধন্যবাদ, প্রক্সি আইপি নিয়ে আমার তেমন ধারণা না থাকার কারণে এতদিন রিপ্লাই দিতে পারিনি। চেষ্টা করে দেখবো।

  • @swetapogaku2372
    @swetapogaku2372 8 місяців тому

    Can you please show how did you establish my_HR_schema_connection_test? What is 1snrct1 in the command prompt window??

    • @DBACave
      @DBACave 8 місяців тому

      HR schema/user is the practice database schema which is attached with Oracle database. lsnrctl is the command that can able to maintain oracle listener services. Thanks

  • @nasrinbanu100
    @nasrinbanu100 8 місяців тому

    Hi "select name from ........ " What is that i cant be able to see. Pls send me. And service name u typed one parameter that also pls share

    • @DBACave
      @DBACave 8 місяців тому

      v$database is a database dictionary metadata and it's keep the database name. Service name is the name which we set during software installation. Thanks

  • @khanrayhan1459
    @khanrayhan1459 9 місяців тому

    Bhai amr ektu help koren

    • @DBACave
      @DBACave 9 місяців тому

      Hello, ki problem hoyeche apnar?

  • @dhianprameswari3524
    @dhianprameswari3524 9 місяців тому

    I get the comment alter is not recognized as an internal or external command, operable program or batch file.

    • @DBACave
      @DBACave 9 місяців тому

      Hello Sir, you need to install oracle database software on your computer too. We need one active database and then SQL Developer. Please install Oracle database latest version on your PC. Then connect sys user then alter other user like HR

  • @Aleja_BB
    @Aleja_BB 9 місяців тому

    when i tried to do the prompt with sqlplus it says sqlplus not recognized as a command how can i fix this?

    • @DBACave
      @DBACave 9 місяців тому

      Hello Sir, you need to install oracle database software on your computer too. We need one active database and then SQL Developer. Please install Oracle database latest/19c version on your PC.

    • @any_farooqui6601
      @any_farooqui6601 Місяць тому

      ​@@DBACaveHow to install oracle data base

    • @DBACave
      @DBACave Місяць тому

      @ Thanks a lot. It depends Which versions of Database, OS and Variants. I’m sharing DB 19c On Windows 10 ua-cam.com/video/EeighIN8Nh8/v-deo.htmlsi=Dlpqt4KXZl8x-nNM

  • @ZNSong1
    @ZNSong1 10 місяців тому

    how to uninstall oracle sql developer please make a video

    • @DBACave
      @DBACave 10 місяців тому

      Thanks for your comments, SQL developer is a RUN time software and its not installed on our PCs system/control panel. If we want to remove SQL developer then just remove the software files where it was extracted it will removed from our PCs. No need to uninstall from Control panel.

  • @priyavarshanrg700
    @priyavarshanrg700 10 місяців тому

    'sqlplus' is not recognized as an internal or external command, operable program or batch file.

    • @DBACave
      @DBACave 10 місяців тому

      Dear user, you have to install oracle database software on your computer first to chek this step. We need oracle active and running database software on our pc to connect from CMD sqlplus.

  • @pavanasrikanaparthi8396
    @pavanasrikanaparthi8396 10 місяців тому

    Hi i am facing connecting issue i tried everything but not works please helpmee🥺

    • @DBACave
      @DBACave 10 місяців тому

      We are sorry to hear about your issues. Please mention which issue you are facing? Thanks

    • @pavanasrikanaparthi8396
      @pavanasrikanaparthi8396 10 місяців тому

      SQL cannot find internal or external prompt

    • @pavanasrikanaparthi8396
      @pavanasrikanaparthi8396 10 місяців тому

      I trying to download oracle database by watching U r video

    • @DBACave
      @DBACave 10 місяців тому

      Yes, it happend when there is no database software installed on this PC. Like this from Command Prompt: C:\Users\dbacave>sqlplus -v 'sqlplus' is not recognized as an internal or external command, operable program or batch file. C:\Users\dbacave> You need to run SQLPLUS command from a database installed PC.

    • @DBACave
      @DBACave 10 місяців тому

      @@pavanasrikanaparthi8396 Please install any version of Oracle DB software on your computer.

  • @satishnaidu-z8u
    @satishnaidu-z8u 10 місяців тому

    EVEN AFTER USING SET SERVEROUTPUT ON; BUT STILL UNABLE TO SEE OUTPUT? guide me on this

    • @DBACave
      @DBACave 10 місяців тому

      SQL Developer always show the result on same output windows, I'm not clear about your issue. Kindly check again after restart SQL Developer. Or please share your issues screen shot.

  • @amitbhagat6215
    @amitbhagat6215 10 місяців тому

    Thank you sir for the video it really helped me

    • @DBACave
      @DBACave 10 місяців тому

      You are welcome, glad that helps you.

  • @panggilajabell
    @panggilajabell 10 місяців тому

    in command prompt alter user sys identified by sys123; where we can know sys123? i'm confused in this step, thanks for your attention!

    • @DBACave
      @DBACave 10 місяців тому

      SQL>alter user sys identified by sys123; here <sys123> is the new password for setup. When we perform this then SYS user's old password will reset with new(sys123) one. Thanks for your question.

  • @ArabindaKumarNayak-d7q
    @ArabindaKumarNayak-d7q 11 місяців тому

    Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection (CONNECTION_ID=ITGmt3LyQyqGZtRDYQFgVQ==) SHOWS THIS ERROR. CAN YOU PLEASE SOLVE IT BUDDY...

    • @DBACave
      @DBACave 11 місяців тому

      Be sure that database instance running with active listener. Check database is open and listener status is ok. Connect database from CMD or SQL plus for sure the database is ok.

  • @rehankhaled4886
    @rehankhaled4886 11 місяців тому

    I'm getting this error while connecting the SQL server Status : Failure -Test failed: ORA-01031: insufficient privileges

    • @DBACave
      @DBACave 11 місяців тому

      Please be sure that you have the proper permission to login with the trying user. Sometime we have to grant permission to a user for connection. Like: GRANT CREATE SESSION TO <user_name>; Please share which user you are tried? Sample schema HR user has the connection and session permission to connect. If you have any other issues please knock us with +8801921105214.

  • @nandiniballamudi7693
    @nandiniballamudi7693 11 місяців тому

    Hi , Iam unable to connect to hr connection and getting error message like ORA-01017: Invalid username/password; logon denied. can you please help me with the password once to connect

    • @DBACave
      @DBACave 11 місяців тому

      Sorry to know your issue. We need to set HR schema password during database installation, if you don't unlock and setup password for HR during database installation then you need to set a password and unlock your HR schema. Command from sys user: alter user hr identified by <new_password> account unlock;

  • @Intaberna986
    @Intaberna986 11 місяців тому

    Thank you very much, I wasn't able to connect to the db, this saved my day.

    • @DBACave
      @DBACave 11 місяців тому

      Glad it could help you.

  • @sreenumetla
    @sreenumetla 11 місяців тому

    Thank you very much, after lot of cheks i got to know how to get it this

    • @DBACave
      @DBACave 11 місяців тому

      Glad I could help. You are welcome.

  • @KajalbegumShaik
    @KajalbegumShaik 11 місяців тому

    Hi @DBAcave what is HR user ? I understand sys is a default user. i didnt understand HR user. could you please explain

    • @DBACave
      @DBACave 11 місяців тому

      Sorry for the late reply. HR user is for practice and it's includes oracle database software itself with multiple tables and data. It's a sample schema for training and learning. I think you are clear now. Thanks

  • @vjnhtran63
    @vjnhtran63 11 місяців тому

    usefull thanks

    • @DBACave
      @DBACave 11 місяців тому

      Glad it helped, you are welcome!

  • @jilensahoo5696
    @jilensahoo5696 Рік тому

    What is the user - hr password

    • @DBACave
      @DBACave Рік тому

      Thanks for comments. During installation we can set the HR schema password as hr for practice. If didn't set password for HR schema then please reset the password from SYS user. Command: cmd> sqlplus / as sysdba; SQL> alter user hr identified by hr account unlock;

  • @EusraEkram
    @EusraEkram Рік тому

    Great

    • @DBACave
      @DBACave Рік тому

      Thank you so much.

  • @DarexorMrSys
    @DarexorMrSys Рік тому

    Thank You!

    • @DBACave
      @DBACave Рік тому

      You're welcome!

  • @jeanmaestrelli8328
    @jeanmaestrelli8328 Рік тому

    Thanks dude, it works. plsql 12

  • @chkarkamouhssine8715
    @chkarkamouhssine8715 Рік тому

    thanks man it realy worked for me , may god bless you

    • @DBACave
      @DBACave Рік тому

      You're welcome! Thanks for reach out the DBA Cave❤️❤️

  • @bediyev
    @bediyev Рік тому

    Thanks for sharing

    • @DBACave
      @DBACave Рік тому

      My pleasure, thanks you too

  • @TasmiaFaruq26
    @TasmiaFaruq26 Рік тому

    when i ping tnsping mytestodbc then its giving 'TNS: Connection Closed'. how to revolve this error please?

    • @DBACave
      @DBACave Рік тому

      Sorry to hear, this occur due to various issue. Please ensure the proper permission on the listener and tns files. Check sqlnet.ora, listener.ora, tnsname.ora file configuration. Disable firewall. Check all the file path on the listener and tns files.

  • @muhammadhzakir2752
    @muhammadhzakir2752 Рік тому

    Can you provide the patch zip files?

    • @DBACave
      @DBACave Рік тому

      Why not, please send me your email address

    • @muhammadhzakir2752
      @muhammadhzakir2752 Рік тому

      @@DBACave Appreciate it if you could send it to me at your earliest convenience because am having an exam tomorrow and I need to install dbms with patching

    • @DBACave
      @DBACave Рік тому

      drive.google.com/drive/folders/1p9QHZkTq9R2SrtdDWmAChPyyXR4PDEZO?usp=drive_link

  • @DzTubeDz
    @DzTubeDz Рік тому

    it show me " Statut : échec -Echec du test : Erreur d'E/S: The Network Adapter could not establish the connection (CONNECTION_ID=g53POP4LT4+OLgvXo01F3w==)"

    • @DBACave
      @DBACave Рік тому

      Sorry to hear the issue, please make sure the database is up and listener status is open. Check the database and listener status.

  • @Asherox
    @Asherox Рік тому

    'sqlplus' is not recognized as an internal or external command, operable program or batch file.

    • @DBACave
      @DBACave Рік тому

      It happened when oracle database software not available on the device/pc. You need to install oracle database software on your device first.

    • @evanft6178
      @evanft6178 Рік тому

      can you put a link to install oracle database plz@@DBACave

    • @attarsaba8552
      @attarsaba8552 Рік тому

      ​@@DBACave Hey, I'm getting the same error. Can you please tell how to install. Or is there any video available.

    • @DBACave
      @DBACave Рік тому

      @@attarsaba8552 Sorry to hear your issue. Please install oracle database software if it's not installed on your machine. ua-cam.com/video/EeighIN8Nh8/v-deo.html

  • @muhammadfaheemanwar1268
    @muhammadfaheemanwar1268 Рік тому

    Bro password kia enter kara

    • @DBACave
      @DBACave Рік тому

      I used SYS user and testing password was sys. You need an active database to connect from PL/SQL developer.

    • @muhammadfaheemanwar1268
      @muhammadfaheemanwar1268 Рік тому

      What is the oracle scope in 2024?