Skip to content

j4ckp0t85/Oracle-PhpDbView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oracle-PhpDbView

Show tables/fields/rows for Oracle DB(s) using php

A simple solution to be used to quickly search tables or fields (and rows for parametric tables) and take annotations on-the-fly. Designed to be used together with sql developer.

Files to edit: index (link to databases) and config.php

Naming convention for parametric tables: all starts with a specific string (e.g. LTABLE...)

Connection to Oracle DB using Oracle instant client and php oci driver (https://www.oracle.com/technetwork/articles/dsl/technote-php-instant-12c-2088811.html).

Tables and columns are stored as session vars and populates datalist for searching (keyword search: at least 3 chars).

About

Show tables/fields/rows for Oracle DB using php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published