Home

How to use Analytic functions in oracle (Over Partition by Keyword)

This post is part of Oracle SQL tutorial and we would be discussing Analytic functions in oracle(Over by partition) with examples, detailed explanation . Analytic functions in oracle We have already studied about Oracle Aggregate function like avg ,sum ,count. Lets take an example First lets create the sample data CREATE TABLE “DEPT” ( “DEPTNO” …

How to use Analytic functions in oracle (Over Partition by Keyword) Read More »

SQL loader in oracle

In this post, we will learn about sql loader in oracle, SQL loader syntax in oracle, SQL loader direct path load, SQL loader examples SQL Loader in Oracle How Sql loader works Two types of input have to be provided to SQL*Loader. SQL Loader generates three files Sql loader Syntax Syntax sqlldr keyword=value Example SQLLDR …

SQL loader in oracle Read More »

opatch version command, apply the patch, Upgrade,lsinventory

In this post, we will be discussing opatch, How to check the opatch version or opatch version command, apply the patch(opatch apply), Upgrade, opatch lsinventory etc How to check the opatch version(opatch version command) we can check the opatch version using the below command Log in to the Oracle Database serverSource the Oracle Home$ORACLE_HOME/OPatch/opatch versionOracle …

opatch version command, apply the patch, Upgrade,lsinventory Read More »

Scroll to Top