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 PAGESIZE is set to its maximum by default.
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.
The OCU creates a Oracle database including all needed files and configuration and configures files needed for SQL*Net communication between the server and clients such as SQLPlus and the [PROD140] Solution's MethodServers.
OCU erstellt eine Oracle Datenbank einschließlich aller erforderlichen Dateien, Konfigurationen und Konfigurationsdateien, die für die SQL*Net-Kommunikation zwischen dem Server und den Clients (wie SQLPlus oder MethodServer von [PROD140] Lösungen) erforderlich sind.
login into sqlplus as the [PROD140] user created in Step 5 (as stated password = username)
Melden Sie sich in sqlplus als der in Schritt 5 definierte [PROD140] Benutzer an (angegebenes Passwort = Benutzername).
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.