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
- Host: GitHub
- URL: https://github.com/ojwm/oracle
- Owner: ojwm
- License: gpl-3.0
- Created: 2016-08-15T15:35:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-08-30T11:06:07.000Z (9 months ago)
- Last Synced: 2025-08-30T13:09:48.680Z (9 months ago)
- Topics: oracle-apex, oracle-database, oracle-plsql, sql
- Language: PLSQL
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.