plsql - Can we add comments to an object using 'Alter type ' command -


can add comments type object in oracle 10g using 'alter type ' command.?

no. syntax alter type is: http://docs.oracle.com/cd/e11882_01/appdev.112/e25519/alter_type.htm

comments can added tables, columns, operators, indextypes, materialized views, , mining models.

http://docs.oracle.com/cd/b28359_01/server.111/b28286/statements_4009.htm#sqlrf01109

however, can add pl/sql comments type's member methods.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -