Home

What is Oracle Autonomous Database

Oracle Autonomous Database An autonomous database is a cloud database that uses ML to automate database optimization, security, backup, updates, and other routine administrative tasks traditionally performed by database administrators. Unlike traditional databases, autonomous databases perform all of these tasks but do not require human intervention. user can define backup buckets and staging buckets (storage), …

What is Oracle Autonomous Database Read More »

Oracle Exadata: Oracle Exadata architecture, ExaCS, ExaCC

What is Oracle Exadata ? Oracle Exadata Architecture It consists of a Database server, storage server, InfiniBand switches used for intra-system servers to server communication, Administrative Ethernet switch for remote management Oracle Exadata Database Servers or Compute Nodes(1)It is a System that includes all the hardware necessary to run the Oracle Database(2)Database Servers Run Linux …

Oracle Exadata: Oracle Exadata architecture, ExaCS, ExaCC Read More »

Most Useful keytool command for Linux And Windows

About Java keytool command Let’s see various useful Keytool Command How to generate the Public/Private key pair using Keytool cd $JAVA_TOP\jre\bin keytool -genkeypair -keyalg RSA -alias <key alias> -keysize 2048 -keystore <jks location> -storepass <store password> -keypass <key password> -genkeypair command is used to generate a key pair: UserA’s private key and UserA’s public key.-keyalg …

Most Useful keytool command for Linux And Windows Read More »

Scroll to Top