About 399 results
Open links in new tab
  1. Oracle / PLSQL: Retrieve Oracle version information - TechOnTheNet

    Oracle / PLSQL: Retrieve Oracle version information This Oracle tutorial explains how to find the Oracle version information with syntax and examples.

  2. Oracle / PLSQL: SYSTIMESTAMP function - TechOnTheNet

    This Oracle tutorial explains how to use the Oracle / PLSQL SYSTIMESTAMP function with syntax and examples. The Oracle / PLSQL SYSTIMESTAMP function returns the current …

  3. Oracle / PLSQL: MAX Function - TechOnTheNet

    This Oracle tutorial explains how to use the Oracle / PLSQL MAX function with syntax and examples. The Oracle / PLSQL MAX function returns the maximum value of an expression.

  4. Oracle / PLSQL: SYSDATE function - TechOnTheNet

    This Oracle tutorial explains how to use the Oracle / PLSQL SYSDATE function with syntax and examples. The Oracle / PLSQL SYSDATE function returns the current system date and time …

  5. Oracle / PLSQL: Grant/Revoke Privileges - TechOnTheNet

    This Oracle tutorial explains how to grant and revoke privileges in Oracle with syntax and examples. You can GRANT and REVOKE privileges on various database objects in Oracle.

  6. Oracle / PLSQL: CREATE USER statement - TechOnTheNet

    This Oracle tutorial explains how to use the Oracle CREATE USER statement with syntax and examples. The CREATE USER statement creates a database account that allows you to log …

  7. Oracle / PLSQL: Find Users in Oracle / PLSQL - TechOnTheNet

    This Oracle tutorial explains how to find all users that are created in the Oracle database with syntax and examples. You can find all users created in Oracle by running a query from a …

  8. Oracle / PLSQL: SYS_CONTEXT Function - TechOnTheNet

    This Oracle tutorial explains how to use the Oracle / PLSQL SYS_CONTEXT function with syntax and examples. The Oracle / PLSQL SYS_CONTEXT function can be used to retrieve …

  9. Oracle / PLSQL: DBTIMEZONE Function - TechOnTheNet

    This Oracle tutorial explains how to use the Oracle / PLSQL DBTIMEZONE function with syntax and examples. The Oracle / PLSQL DBTIMEZONE function returns the database time zone as …

  10. Oracle / PLSQL: Create a Schema - TechOnTheNet

    This Oracle tutorial explains how to create a schema in Oracle with syntax and examples. Creating a schema in Oracle, can at first, appear to be a little confusing. You might think that …