Delete, Remove or Drop Oracle Stored Packages with Drop Package Löschen, Entfernen oder Drop Oracle gespeichert Pakete mit Drop-Paket
Oracle Package is an object in Oracle database that allows developers and designers to group procedures and functions into common groups, typically based upon their functionality. Oracle-Paket ist ein Objekt in einem Oracle-Datenbank, können Entwickler und Designer der Gruppe Prozeduren und Funktionen in gemeinsamen Gruppen, in der Regel abhängig von deren Funktionalität. Package can be treated as the container for functions and procedures. Package behandelt werden können wie die Container für Funktionen und Prozeduren. A package consists of two sections which is the package specification (export script file will be in .pks extension) which must be declared first and contains a definition of any objects that can be referenced from outside of the package. Ein Paket besteht aus zwei Abschnitten, die die Paket-Spezifikation (Export-Skript Datei wird im. Pks Verlängerung), die erklärt werden müssen erste und enthält eine Definition von beliebigen Objekten, kann referenziert werden von außerhalb des Pakets. The other section is a package body (export SQL script file will be in .pkb extension) that contains the implementation of the objects or stored procedures within the package. Der andere Teil ist ein Paket Körper (Export SQL-Skript Datei wird in. Pkb Erweiterung), das die Umsetzung der Objekte oder gespeicherte Prozeduren innerhalb der Verpackung. With package, a procedure can be hidden inside the package by not declaring them in the package specification. Mit Paket, ein Verfahren versteckt werden im Inneren des Packstücks nicht zur Vereinbarkeit von ihnen in die Paket-Spezifikation.
At same time you may no longer need a package, and wish to remove, delete, or drop the package from the Oracle database. Am gleichen Zeit können Sie nicht mehr brauchen ein Paket, und entfernen wollen, löschen oder Tropfen das Paket aus der Oracle-Datenbank. To do so, simply use the DROP PACKAGE SQL command statement from SQL*Plus or Toad or other database too to drop a stored package. Gehen Sie dazu einfach die DROP PACKAGE-Anweisung SQL-Befehl aus SQL * Plus oder Kröte oder andere Datenbank zu Tropfen auf einer gespeicherten Paket.
Syntax of the Drop Package Syntax des Drop-Package
DROP PACKAGE [BODY] [schema.]package_name; DROP Paket [BODY] [Schema.] Paketname;
The optional BODY parameter is specified when you want to drop only the body of the package. Der optionale Parameter BODY angegeben wird, wenn Sie wollen Drop nur den Körper des Pakets. If this option is omitted, Oracle drops both the body and specification of the package. Wenn diese Option weggelassen, Oracle Tropfen sowohl den Körper und Spezifikation des Pakets. If the package to drop is in your own schema, then there is no need to specify the scheme containing the package too, else you will need to put in the appropriate schema name. Wenn das Paket fallen zu lassen ist in Ihrem eigenen Schema, dann gibt es keine Notwendigkeit, die Regelung mit dem Paket zu, sonst werden Sie brauchen, um in die entsprechenden Schema-Namen. Beside, you must have the DROP ANY PROCEDURE system privilege too. Neben den, müssen Sie über die DROP alle Verfahren im System-Privileg zu.
Note: Do not use this statement to remove a single object from a package. Hinweis: Verwenden Sie nicht diese Aussage zu entfernen, ein einzelnes Objekt aus einem Paket. Instead, re-create the package without the object using the CREATE PACKAGE and CREATE PACKAGE BODY SQL statements, or by using the SQL command with the OR REPLACE clause. Stattdessen neu erstellen Sie das Paket ohne das Objekt mit der Erstellung eines Pakets und CREATE PACKAGE BODY SQL-Anweisungen, oder durch die Verwendung der SQL-Befehl mit dem OR REPLACE-Klausel.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. WICHTIG: Es handelt sich um eine Maschine der Seite übersetzt wird "as is" ohne Garantie. Machine translation may be difficult to understand. Maschinelle Übersetzung ist vielleicht schwierig zu verstehen. Please refer to Bitte wenden Sie sich an original English article Original Englisch Artikel whenever possible. wann immer dies möglich ist.
Share and contribute or get technical support and help at Aktie und einen Beitrag oder erhalten technische Unterstützung und Hilfe an My Digital Life Forums Meine digitalen Lebens Foren . Werden.
Related Articles Verwandte Artikel
- ORA-02449 Oracle Drop Table Error ORA-02449 Oracle DROP TABLE-Fehler
- How Drop Tablespace and Recover Oracle Database When Accidentally Delete Datafile Wie Drop Tablespace und erholen Oracle-Datenbank, wenn versehentlich löschen Datafile
- How to Remove and Drop Datafiles from Tablespace in Oracle Database How to Remove and Drop Datafiles von Tablespace auf Oracle-Datenbank
- Manual and Clean Uninstall Oracle for Windows Handbuch und sauber deinstallieren Oracle für Windows
- Gmail Delete Button Google Mail-Schaltfläche "Löschen"
- Oracle Database Link Oracle Database Link
- Oracle Database Import Error 3113/3114 Oracle-Datenbank importieren Fehler 3113/3114
- ORA-01502 Oracle Index in Unusable State ORA-01502 Oracle-Index in Unusable Staat
- Edit Internet Explorer Typed URLs in Address Bar Dropdown List Bearbeiten von Internet Explorer typed URLs in der Adressleiste Dropdown-Liste
- Change Oracle Database User Password Ändern Oracle-Datenbank Benutzer-Passwort














