Skip to content

Allows you to create a html base table from database table

License

Notifications You must be signed in to change notification settings

aykutakin/pkg_table_to_html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkg_table_to_html

Allows you to create a html base table from database table.

This package is created using Oracle dynamic sql features. An sql query or table can be easily turned into html base table.

Execute

Open command window and follow this sqlplus commands

C:\Users\aakin>sqlplus /nolog

SQL*Plus: Release 11.2.0.2.0 Production on Sal Haz 18 08:49:39 2013

Copyright (c) 1982, 2010, Oracle.  All rights reserved.

SQL> con {username}/{password}
Connected.

SQL> get PKG_TABLE_TO_HTML.pks NOLIST
 19
SQL> /

Package created.

SQL> get PKG_TABLE_TO_HTML.pkb NOLIST
152
SQL> /

Package body created.

About

Allows you to create a html base table from database table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published