How to kill a session in Oracle

How to kill a session in Oracle

How to find and kill a session in Oracle: During this article we are going to discuss the way to find and kill Oracle sessions. Many times we are facing issue in Database Level, then we would to check and find out sessions details, how much there are active/inactive/killed sessions and might killed some sessions. … Read more

Create Physical Standby Database Using RMAN Backup and Restore

Create Physical Standby Database Using RMAN Backup and Restore

Step by step guide on how to create a physical standby database using RMAN without using duplicate command. Create a Physical Standby Database Using the RMAN Backup and Restore process.: In this content, you will see and learn how we can Create a Physical Standby Database Using RMAN Backup and Restore. We will performed here … Read more

ESTIMATE required diskspace for EXPORT backup

ESTIMATE required diskspace for EXPORT backup

ESTIMATE required diskspace for EXPORT backup: During this article we are going to discuss about ESTIMATE required diskspace for EXPORT backup using ESTIMATE_ONLY parameter in Oracle Database. Here we’ll do that activity on Oracle 19c Database. ESTIMATE_ONLY parameter in Oracle Database: ESTIMATE_ONLY parameter is utilized in EXPDP command, to estimate the disc space required for … Read more

Datapump sqlfile Parameter in Oracle 19c

Datapump sqlfile Parameter in Oracle 19c

Datapump sqlfile Parameter in Oracle 19c : During this article we are going to see Datapump sqlfile Parameter in Oracle 19c and the way we are able to use sqlfile parameter in Oracle database. It will be used, only with IMPDP. This sqlfile parameter helps you to generate the DDLs from a dumpfile. Suppose i’ve … Read more

How to find the Character set of the Oracle Database

How to find the Character set of the Oracle Database

During this article we will discuss with you about a way to find the list of Character set of the Oracle database. Notes : Review characterset options before you begin installation. After a database creation is done then, changing its Character set is typically very expensive in terms of your time and resources. Such type … Read more

How To Create A Database Manually in Oracle 19c

How To Create A Database Manually in Oracle 19c

How we can Create A Database Manually in Oracle 19c.: During this article we are going to see the way to create a standalone database manually in Oracle 19c step by step. You can create an database either using Manually or using DBCA( GUI Method) in Oracle. But few organizations recommend you to use manual … Read more

How to install, configure, and use Statspack in Oracle

How to install, configure, and use Statspack in Oracle

How to install, configure, and use Stats pack in Oracle. During this article, we’ll see the way to install, configure, and use Statspack in Oracle Database. Here we will do this activity in Oracle 19c Database. What is Statspack in Oracle? The collected Data are analyzed using the Statspack reports, which has an instance health … Read more

How to generate tablespace ddl in Oracle

How to generate tablespace ddl in Oracle

How to generate tablespace ddl in Oracle: In this article we will see How to generate tablespace ddl in Oracle for one tablespace and all tablespaces. Generate one tablespace’s ddl By this below query you can generate tablespace ddl for a specified tablespace. After run this query it will ask you to provide the tablespace_name. … Read more

How to Install MySQL 8.0 on Linux RHEL

How to Install MySQL 8.0 on Linux

How to Install MySQL 8.0 on Linux RHEL: In this article we will discuss about How to Install MySQL 8.0 on Linux RHEL step by step. Steps to install MySQL server: Step-1 Download and add MySQL Yum Repository to Linux Repository. In my case i am using RHEL 7. So i use below command : … Read more