An open API service indexing awesome lists of open source software.

https://github.com/ojwm/oracle

Oracle Database SQL, PL/SQL and Oracle APEX documentation
https://github.com/ojwm/oracle

oracle-apex oracle-database oracle-plsql sql

Last synced: 5 months ago
JSON representation

Oracle Database SQL, PL/SQL and Oracle APEX documentation

Awesome Lists containing this project

README

          

# Oracle

Useful product documentation and scripts.

## Database

See the [`database`](./database/) folder.

### SQlcl

* See the SQLcl [`README`](./sqlcl/README.md).

## APEX

See the [`apex`](./apex/) folder.

### Documentation

[Oracle APEX](https://docs.oracle.com/en/database/oracle/apex/24.1/index.html).\
[API Reference](https://docs.oracle.com/en/database/oracle/apex/24.1/aeapi).\
[JavaScript API Reference](https://docs.oracle.com/en/database/oracle/apex/24.1/aexjs/index.html).

### Universal Theme

The [Oracle APEX Universal Theme](https://apex.oracle.com/pls/apex/r/apex_pm/ut/getting-started) app provides documentation and examples of how to use its components.

### `HR` sample schema

The examples in this documentation use the `HR` [sample schema](https://docs.oracle.com/en/database/oracle/oracle-database/21/comsc/installing-sample-schemas.html) provided by Oracle.