Delete, Remove or Drop Oracle Stored Packages with Drop Package מחיקה, הסרה או זרוק אורקל חבילות מאוחסן עם חבילת זרוק

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. אורקל חבילה הוא אובייקט במסד נתונים אורקל המאפשר למפתחים למעצבים נהלים קבוצת פונקציות לקבוצות משותף, בדרך כלל בהתבסס על הפונקציונליות שלהם. Package can be treated as the container for functions and procedures. החבילה ניתן לטפל כמו המיכל עבור פונקציות ופרוצדורות. 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. החבילה מורכבת משני חלקים אשר מפרט החבילה (קובץ סקריפט הייצוא יהיה. PKS הרחבה) אשר חייב להיות הכריז הראשון מכיל הגדרה של כל האובייקטים שיכולים להיות מופנים מבחוץ של החבילה. 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. החלק השני הוא הגוף החבילה (ייצוא קובץ Script של SQL יהיה סיומת. Pkb) המכיל את היישום של אובייקטים או stored procedures בתוך החבילה. With package, a procedure can be hidden inside the package by not declaring them in the package specification. עם החבילה, הליך יכולה להיות חבויה בתוך החבילה לא להצהיר על ידי אותם מפרט את החבילה.

At same time you may no longer need a package, and wish to remove, delete, or drop the package from the Oracle database. בו זמנית אתה עלול כבר לא צריך חבילה, ורוצים להסיר, למחוק, או להוריד את חבילת ממסד הנתונים של אורקל. 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. כדי לעשות זאת, פשוט להשתמש במשפט DROP PACKAGE SQL פקודה מ-SQL * Plus או קרפדות או נתונים אחרים גם לירידה חבילת מאוחסן.

Syntax of the Drop Package התחביר של חבילת זרוק

DROP PACKAGE [BODY] [schema.]package_name; PACKAGE DROP [BODY] [סכימה.] Package_name;

The optional BODY parameter is specified when you want to drop only the body of the package. הפרמטר BODY אופציונלי מוגדר כאשר אתה רוצה להוריד רק את הגוף של החבילה. If this option is omitted, Oracle drops both the body and specification of the package. אם אפשרות זו מושמט, אורקל טיפות הן את הגוף ואת המפרט של החבילה. 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. אם את החבילה טיפה הוא בסכמת שלך, אז אין צורך לציין את ערכת המכילה את חבילת מדי, אחרת תצטרך לשים שם את הסכימה המתאימה. Beside, you must have the DROP ANY PROCEDURE system privilege too. ליד, עליך להיות בעל הרשאת DROP PROCEDURE כל המערכת מדי.

Note: Do not use this statement to remove a single object from a package. הערה: אל תשתמש הצהרה להסיר אובייקט יחיד מתוך חבילה. 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. במקום, ליצור מחדש את החבילה בלי האובייקט שימוש בחבילת ליצור Create Package BODY הדוחות של SQL, או באמצעות פקודת SQL עם סעיף או להחליף.

IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף מכונת תירגם מתפרסם "כמות שהוא" ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to נא עיין original English article המאמר המקורי באנגלית whenever possible. בכל הזדמנות אפשרית.


Leave a Reply השאירו תגובה

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> באפשרותך להשתמש בתגים אלה: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. כדי להירשם הערות תכונה הושבת. To receive notification of latest comments posted, subscribe to כדי לקבל הודעה העדכנית של תגובות, כדי להירשם My Digital Life Comments RSS feed החיים שלי דיגיטליות תגובות RSS Feed or או register to receive הרשמה לקבלת new comments in daily email digest. תגובות חדש ב דוא"ל תקציר יומי.
Custom Search

New Articles מאמרים חדשים

Incoming Search Terms for the Article תנאי נכנסות חיפוש עבור מאמרים

oracle drop package חבילת טיפה Oracle - -- drop package oracle ירידה חבילת Oracle - -- drop package in oracle ירידה של חבילת Oracle - -- Which one of the following statements allows you to view the public portions of the APPLICATION_DELETE package? מי מבין המשפטים הבאים מאפשרת לך להציג את חלקי הציבור של חבילת APPLICATION_DELETE? - -- APPLICATION_DELETE package חבילת APPLICATION_DELETE - -- view the public portions of the APPLICATION_DELETE package להציג את הציבור חלקים של החבילה APPLICATION_DELETE - -- delete package oracle Oracle למחוק את החבילה - -- drop object oracle ירידה Oracle אובייקט - -- drop package ירידה החבילה - -- oracle delete package Oracle למחוק את החבילה - -- drop oracle package ירידה חבילת Oracle - -- public portions of the APPLICATION_DELETE package חלקים הציבור של חבילת APPLICATION_DELETE - -- statements allows you to view the public portions of the APPLICATION_DELETE package הדוחות מאפשר לך להציג את חלקי הציבור של חבילת APPLICATION_DELETE - -- Which one of the following statements allows you to view the public portions of the APPLICATION_DELETE package מי מבין המשפטים הבאים מאפשרת לך להציג את חלקי הציבור של חבילת APPLICATION_DELETE - -- to view the public portions of the APPLICATION_DELETE package כדי להציג את הציבור חלקים של החבילה APPLICATION_DELETE - -- oracle drop object האובייקט טיפה Oracle - -- to view the public portions of the APPLICATION_DELETE package? כדי להציג את הציבור חלקים של החבילה APPLICATION_DELETE? - -- how to drop package in oracle איך ירידה של חבילת Oracle - -- drop objects oracle ירידה אובייקטים של Oracle - -- oracle drop packages חבילות ירידה Oracle - -- oracle rename package Oracle לשנות את שם החבילה - -- oracle drop package body ירידה הגוף Oracle החבילה - -- delete procedure oracle Oracle למחוק ההליך - -- oracle sql drop package חבילת טיפה Oracle SQL - -- oracle remove package Oracle להסיר את החבילה - -- view the public portions of the APPLICATION_DELETE package? להציג את הציבור חלקים של החבילה APPLICATION_DELETE? - -- public portions of the APPLICATION_DELETE package? חלקים הציבור של חבילת APPLICATION_DELETE? - -- drop object in oracle ירידה האובייקט Oracle - -- how to drop a package in oracle איך ירידה חבילה Oracle - -- drop objects in oracle חפצים בירידה Oracle - -- delete package in oracle למחוק את החבילה של אורקל - -- drop package syntax טיפה תחביר החבילה - -- application_delete in oracle application_delete ב Oracle - -- APPLICATION_DELETE APPLICATION_DELETE - -- how to view the public portions of the APPLICATION_DELETE package? כיצד להציג את הציבור חלקים של החבילה APPLICATION_DELETE? - -- Oracle drop package command חבילת Oracle ירידה הפקודה - -- rename package oracle לשנות את שם החבילה Oracle - -- How to view the public portions of the APPLICATION_DELETE package הצג כיצד את חלקי הציבור של חבילת APPLICATION_DELETE - -- oracle package syntax תחביר חבילת Oracle - -- SELECT * FROM PACKAGE APPLICATION_DELETE; SELECT * מחבילת APPLICATION_DELETE; - -- SELECT * FROM PACKAGE APPLICATION_DELETE; SELECT * מחבילת APPLICATION_DELETE; - -- delete a package in oracle למחוק חבילה Oracle - -- drop package body oracle ירידה Oracle הגוף החבילה - -- drop package + oracle טיפה + חבילת Oracle - -- delete oracle package למחוק חבילת Oracle - -- drop oracle ירידה Oracle - -- drop packages oracle ירידה חבילות Oracle - -- oracle disable package חבילת להשבית Oracle - -- Which one of the following statements allows you to view the public portions of the APPLICATION_DELETE package? מי מבין המשפטים הבאים מאפשרת לך להציג את חלקי הציבור של חבילת APPLICATION_DELETE? - -- oracle drop package חבילת טיפה Oracle - -- create package in toad ליצור חבילה קרפדה - -- drop package sql ירידה SQL החבילה - -- How to drop object in oracle כיצד טיפת האובייקט Oracle - -- oracle stored procedure delete Oracle שגרה מאוחסנת למחוק - -- remove package oracle להסיר את החבילה Oracle - -- oracle select * from package * Oracle לבחור מתוך החבילה - -- oracle drop objects ירידה אובייקטים של Oracle - -- Oracle + drop package אורקל + טיפה החבילה - -- application_delete package in oracle חבילת application_delete ב Oracle - -- drop package body in oracle הגוף החבילה ירידה Oracle - -- DROP PACKAGES DROP חבילות - -- how to delete a package in oracle כיצד למחוק חבילה Oracle - -- to view the public portions of the APPLICATION_DELETE package? כדי להציג את הציבור חלקים של החבילה APPLICATION_DELETE? - -- application_delete application_delete - -- public portions of application_delete חלקים של הציבור application_delete - -- SELECT * FROM PACKAGE APPLICATION_DELETE SELECT * מחבילת APPLICATION_DELETE - -- view public portions of application_delete חלקים התצוגה הציבורית של application_delete - -- deleting a package in oracle מחיקת חבילה Oracle - -- oracle drop all packages ירידה Oracle כל החבילות - -- sql drop package חבילת טיפה SQL - -- statements allows you to view the public portions of the APPLICATION_DELETE package? הדוחות מאפשר לך להציג את חלקי הציבור של חבילת APPLICATION_DELETE? - -- Which statements allows you to view the public portions of the APPLICATION_DELETE package? הדוחות אשר מאפשרת לך להציג את חלקי הציבור של חבילת APPLICATION_DELETE? - -- Which statements allows you to view the public portions of the APPLICATION_DELETE package? הדוחות אשר מאפשרת לך להציג את חלקי הציבור של חבילת APPLICATION_DELETE? - -- SELECT * FROM APPLICATION_DELETE SELECT * FROM APPLICATION_DELETE - -- how to drop oracle package איך ירידה חבילת Oracle - --