Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Löschen von Warteschlangentabellen unter Oracle

Empfohlene Antworten

Veröffentlicht

Hallo

Wie lösche ich eine Warteschlangentabelle?

Ich hab ein Nutzer den ich löschen will, nur er meckert das er Tabelle xy nicht löschen kann.

Es ist eine Oracale 8.1.6 Datenbank.

Hab es auch schon als sys Nutzer probiert, nichts geht.

Habt ihr einen Tip.

gruss

Die Oracle-Dokumentation sagt (leider nur auf Englisch):

Oracle8i Supplied PL/SQL Packages Reference

Table 5-2 DBMS_AQADM Package Subprograms

CREATE_QUEUE_TABLE Procedure

Creates a queue table for messages of a pre-defined type.

ALTER_QUEUE_TABLE Procedure

Alters an existing queue table.

DROP_QUEUE_TABLE Procedure

Drops an existing queue table.

----------

DROP_QUEUE_TABLE Procedure

This procedure drops an existing queue table. All the queues in a queue table must be stopped and dropped before the queue table can be dropped. You must do this explicitly unless the force option is used, in which case this done automatically.

Syntax

DBMS_AQADM.DROP_QUEUE_TABLE (

queue_table IN VARCHAR2,

force IN BOOLEAN DEFAULT FALSE,

auto_commit IN BOOLEAN DEFAULT TRUE);

Parameters

Table 5-5 DROP_QUEUE_TABLE Procedure Parameters

Parameter Description

queue_table

Name of a queue table to be dropped.

force

FALSE: The operation does not succeed if there are any queues in the table. This is the default.

TRUE: All queues in the table are stopped and dropped automatically.

auto_commit

TRUE: Causes the current transaction, if any, to commit before the DROP_QUEUE_TABLE operation is carried out. The DROP_QUEUE_TABLE operation becomes persistent when the call returns. This is the default.

FALSE: The operation is part of the current transaction and becomes persistent only when the caller enters a commit.

Caution: This parameter has been deprecated.

----

Ich hoffe das hilft.

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.