Examples with "The SQLPlus" and their translation in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
The SQLPlus scripts be created manually in the first step.
Die SQL*Plus Skripte werden im ersten Schritt manuell erstellt.
Possibly, it is meanwhile or afterwards possible to generate the SQLPlus scripts.
Evtl. ist es danach oder dabei möglich die SQL*Plus Skripte zu generieren.
The sqlplus system variable SQLNUMBER is set to OFF by default. If you enable it by using "SET SQLNUMBER ON", the line number prompt appears in the output pane after a multi-lined command is sent.
Die SQL*Plus-Systemvariable SQLNUMBER wird standardmäßig auf OFF gesetzt. Wenn Sie die Variable mit Hilfe von "SET SQLNUMBER ON" aktivieren, wird im Ausgabebereich die Zeilennummer-Eingabeaufforderung angezeigt, nachdem ein mehrzeiliger Befehl gesendet wurde.
In this example, the SQLPlus API is used. This should be made only in projects that don't want to or can't use ant, gradle or java, or in projects based on old versions of Orcas.
In diesem Beispiel wird die SQL*Plus-API verwendet, dies sollte nur in Projekten gemacht werden, die kein ant, gradle oder java nutzen können/wollen, oder in Projekten die auf alten Versionen von Orcas basieren.
Other results
(dbi for using DBD::Oracle (default), sqlplus for using the sqlplus-Tool).
Run sqlplus as the new user (ie
Create a database user either by using Oracle Database Control, or by using the Oracle SQLPlus command-line interpreter.
Enter sqlplus to start SQL*Plus.
Geben Sie sqlplus ein, um SQL*Plus zu starten.
For instance, if you run following statement out of sqlplus,
Setzen wir Beispielsweise folgendes Statement in sqlplus ab,
In this possibility SQLPlus scripts on any database schema only be executed exactly once.
This is increasingly updated with each call of a SQL*Plus script time an SQLPlus script.
Exit sqlplus and type the following to import the DB
Beenden Sie sqlplus, und geben Sie folgenden Befehl zum Importieren der Datenbank ein
You should reset the threshold value afterwards in SQLPLUS or in the next function activity so that other activities are processed as expected.
Sie müssen den Schwellenwert später in SQLPLUS oder in der nächsten Funktionsaktivität zurücksetzen, damit andere Aktivitäten wie erwartet ausgeführt werden.