Category: Database

  • dbt-06103 the port (5500) is already in use

    Oh man, you wouldn’t believe the headache I had when trying to install Oracle Database 19c. So, imagine this: you’re all hyped up, ready to dive into the world of databases and stuff, and then bam! You get hit with an error message that says “port already in use.” Ugh, talk about a bummer. Basically,…

  • Unlock user command for Oracle Database

    Sometime a user gets locked and can not log in to database. To unlock it we need to run following command. SQL> alter user username identified by Password account unlock;User altered.SQL>

  • Oracle Database 12C and some of its features. Database 12c and Cloud Computing

    Oracle Database 12c released with new and interesting features. Oracle is saying that it is a multitenant database for the cloud. Oracle continuously improving and enhancing its products and technologies to fulfill the customer requirements. Oracle provide a new architecture for its database for cloud called Oracle multitenant.     According to  Oracle President Mark…