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.

Empfohlene Antworten

Veröffentlicht

Hi,

ich will eine neue Tabelle in eine Oracle DB "eintragen".

Es kommt aber folgende Fehlermeldung:

  Newsletter BOOL NOT NULL,

             *


FEHLER in Zeile 15:

ORA-00902: Ungültiger Datentyp 

Gibt es den Datentyp BOOL bei Oracle nicht?

Wie heißt dann der BOOL Datentyp in Oracle?

Wie heißt dann der BOOL Datentyp in Oracle?

VARCHAR ;)

Soweit ich weiss, unterstützt Oracle in der Tat keine boolschen Variablen. Du musst dir dann also mit anderen Datentypen (wie dem o. g.) behelfen.

Lasse mich gerne korrigieren.

OK,

thx.

Gibt es den Datentyp BOOL bei Oracle nicht?

gibt es schon, aber nur bei PL/SQL. als SQL-Datentyp gibt es kein BOOLEAN.

-j

ich hab es jetzt einfach so gemacht:

xyz CHAR(5) CHECK(xyz in ('true', 'false'))

ich hab es jetzt einfach so gemacht:

xyz CHAR(5) CHECK(xyz in ('true', 'false'))

Genau so gehts ...

Eine Ausführliche Beschreibung (inkl. der Einbindung in Java) gibts hier.

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.