DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: PHP Framework for DBA - Admin

  1. #1
    Join Date
    Dec 2013
    Posts
    1

    PHP Framework for DBA - Admin

    Hi,

    I'm looking for a PHP Framework that will allow us to:
    * Browse Owners, Schemas, Tables
    * Display Table info
    * Display Table records

    Any recommendations are much appreciated !

    Thanks,
    Pat

  2. #2
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    All of that data is stored in the Oracle data dictionary and is accessible to any programming language that can query SQL.
    Why do you need a PHP Framework built specifically for these requirements? Have you looked at all_tables to find information
    about tables that you are interested in?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width