Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ReneNyffenegger/oracle-patterns
https://github.com/ReneNyffenegger/oracle-patterns
oracle plsql sql
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ReneNyffenegger/oracle-patterns
- Owner: ReneNyffenegger
- Created: 2012-09-28T16:29:26.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T07:50:39.000Z (8 months ago)
- Last Synced: 2024-03-25T08:58:13.815Z (8 months ago)
- Topics: oracle, plsql, sql
- Language: PLSQL
- Size: 1.59 MB
- Stars: 51
- Watchers: 15
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ReneNyffenegger/oracle-patterns - (PLSQL)
README
# Database Objects
## Indexes
## Sequences
## Tables
### Alter Table
### Partitions
### Virtual Columns## Triggers
## Types
## Views
# Installed
## dbms
### dbms_lock
If `PLS-00201: identifier 'DBMS_LOCK' must be declared` is thrown, connect `as sysdba`, then
grant execute on dbms_lock to user;
### dbms_sql
## utl
### utl_file
# PL/SQL
## authid
## bulk collect
## Conditional Compilation
## Collection Types
## exception
## loop
### Nested Tables
# SQL
## functions
### null related
### regular expressions## merge
## select
### analytical functions
### group by
### order by
### pivot
# SQLLoader
# SQL*Plus
# UsersRoles