
创建复制CREATE [OR REPLACE] PACKAGE package_name              {AS|IS}              public_variable_declarations |              public_type_declarations |              public_exception_declarations |              public_cursor_declarations |              function_declarations |              procedure_specifications              END [package_name]              1.2.3.4.5.6.7.8.9.