Therefore, this section provides some general information but refers to Oracle Database PL/SQL Language Reference for details of syntax and semantics. Use the ALTER PACKAGE statement to explicitly recompile a package specification, body, or both. Explicit recompilation eliminates the need for implici...
alter_package::= 図alter_package.epsの説明 (package_compile_clause: この句の構文の詳細は、『Oracle Database PL/SQL言語リファレンス』を参照してください。) セマンティクス schema パッケージが含まれているスキーマを指定します。schemaを指定しない場合、パッケージは自分のスキーマ内...
Alter user 是Oracle数据库系统中十分powerful的权限,可以修改一般用户的属性例如默认表空间、profile等,甚至于可以修改SYS用户的密码。所以该权限是十分危险的, 在赋权时要十分小心。针对现有用户已经拥有ALTER USER权限的,又不能revoke回来的,可以考虑使用如下触发器的方法,禁止任何拥有Alter user权限的用户修改SYSDBA的密...
Complete non atomic refresh of materialized view errors out with ORA-02097: parameter cannot be modified because specified value is invalid The error occurs during index rebuild job that is happening as the last part of the non atomic complete refresh. The failing internal statement isALTER SESSION...
(trigger_compile_clause: この句の構文の詳細は、『Oracle Database PL/SQL言語リファレンス』を参照してください。)セマンティクスschemaトリガーが含まれているスキーマを指定します。schemaを指定しない場合、Oracle Databaseではトリガーは自分のスキーマ内にあるとみなされます。
(package_compile_clause: この句の構文の詳細は、『Oracle Database PL/SQL言語リファレンス』を参照してください。)セマンティクスschemaパッケージが含まれているスキーマを指定します。schemaを指定しない場合、パッケージは自分のスキーマ内にあるとみなされます。
Because the ALTER_TEMPLATE_OBJECT procedure utilizes a CLOB, you must use the DBMS_LOB package when using the ALTER_TEMPLATE_OBJECT procedure. The following example illustrates how to use the DBMS_LOB package with the ALTER_TEMPLATE_OBJECT procedure:...
In a distributed database system, specify the name of the database containing the standalone routine (or the package or function containing the routine). If you omitdblink, then Oracle looks in your local database. See Also: "Calling a Procedure: Example"for an example of calling a routine...
Oracle Database VLDB and Partitioning Guide for more information about partition maintenance operations and "Rebuilding Unusable Index Partitions: Example" SUBPARTITION Clause Use the SUBPARTITION clause to rebuild one subpartition of an index. You can also use this clause to move an index subpartition ...
alter_package::= 「図alter_package.gif」の説明 (package_compile_clause: この句の構文の詳細は、『Oracle Database PL/SQL言語リファレンス』を参照してください。) セマンティクス schema パッケージが含まれているスキーマを指定します。schemaを指定しない場合、パッケージは自分のスキーマ内...