There is no File Type for Tables.
You can only define extensions for:
- function
- procedure
- trigger
- package spec
- package body
- package
- type spec
- type body
- type
- java source
- others (it does not work for tables or sequences)
and
- project files
- sql scripts
- report files
-...
Is there any possibility to change the extension for object table?
I would like to save a table (when exporting many objects) with the extension .sql and not .tab.
Thanks so far