Name

loadjava

Use loadjava to create schema objects from file types such as .java, .class, .sqlj, and so on.

Syntax

loadjava {-user|-u} userid/password[@database_URL]
[option_list] file_list

option_list ::= {
     -action
    |-andresolve
    |-casesensitivepub
    |-cleargrants
    |-debug
    |-d[efiner]
    |-dirprefix prefix
    |-encoding encoding_scheme
    |-fileout file
    |-f[orce]
    |-genmissing
    |-genmissingjar jar_file
    |-g[rant] user , user...
    |-h[elp]
    |-jarasresource
    |-noaction
    |-nocasesensitivepub
    |-nocleargrants
    |-nodefiner
    |-nogrant
    |-norecursivejars
    |-noschema
    |-noserverside
    |-nosynonym
    |-nousage
    |-noverify
    |-o[ci][8]
    |-optionfile file
    |-optiontable table_name
    |-publish package
    |-pubmain number
    |-recursivejars
    |-r[esolve]
    |[-R | -resolver] "resolver_spec"
    |-resolveonly
    |{-S | -schema} schema
    |-stdout
    |-stoponerror
    |-s[ynonym]
    |-tableschema schema
    |-t[hin]
    |-time
    |-unresolvedok
    |-v[erbose] }

Options

-action

Performs all actions, such as creating schema objects, grant privileges, and so on. This is normally used in the command line to override -noaction in an option file.

-andresolve

Compiles the uploaded source files and resolves each class file as it is loaded. This option is mutually exclusive with -resolve.

-casesensitivepub

Publishes case-sensitive names.

-cleargrants

Revokes any existing grants of execute privilege before it grants execute privilege to the users and roles specified by the -grant operand.

-debug

Generates and displays debugging information as the classes are loaded.

-d[efiner]

Specifies that the methods ...

Get Oracle Utilities Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.