An die Stelle dessen tritt nun der Oracle SQL Developer. Das kann man mit dem SPOOL-Befehl machen. Die gelesenen Statements werden dabei nicht ausgeführt. SQL*Plus 18c can connect to Oracle Database Exadata Express Cloud Service. Oracle Database 11g: Administration ... is a Oracle certification. Eine Formatierung kann wieder aufgehoben werden mit dem Schlüsselwort CLEAR. noch die Protokollierung des SPOOL OFF entfernen, danach kann man es ausführen: Um die Ausgaben von ausgeführten Packages/Prozeduren auch zu sehen, muss diese Ausgabe auch eingeschaltet werden, und gross genug sein: So wird eine Prozedur zwar ausgeführt, es wird aber nichts ausgegeben. Leave the Host String field blank to connect to the default database. Mit dem Befehl GET kann man SQL-Statements aus einer Datei in den Buffer laden. In der Systemvariablen _EDITOR ist der Name des Editors eingetragen, der bei EDIT aufgerufen wird. Beispiel: Die Spalte ENAME soll in maximal 6 Zeichen ausgegeben werden und die Spalte SAL soll mit Tausenderpunkten und zwei Nachkommastellen ausgegeben werden: Wenn man der Wert einer Spalte in dem vorgegebenen Format nicht ausgegeben werden kann (wenn der Platz nicht ausreicht), dann wird automatisch ein Zeilenumbruch ausgeführt. 1.x - For Jenkins 1.x; 2.x - For mainly Jenkins 2.x, credentials plugins implemented and pipeline support; Migration Guide. SQL*Plus provides a user-friendly interface which allows you to define and manipulate data in an Oracle database. Das hat den Vorteil, dass man das Skript noch in einem Editor nachbearbeiten kann, bevor man es ausführt. Wenn man SQL-Statements aus einer Datei lesen und gleichzeitig ausführen will, dann kann man GET und danach RUN verwenden oder START (Abkürzung: @) angeben. dann muss man den Punkt als Trennzeichen verwenden. SQL*Plus has its own commands and environment, and it provides access to the Oracle Database. The results of queries can be browsed in a colorful text interface resulting data from a query can be selected and passed dinamically as … You may need to change directory to the $ORACLE_HOME/bin directory to start SQL*Plus. Die SQL*Plus-Systemvariablen kann man mit dem SET-Befehl ändern. Es ist auf jedem Oracle-System verfügbar – ob es sich um ein riesiges Data Warehouse oder ein kleines Einbenutzer-System handelt – und ist ein unverzichtbares Werkzeug für fast jeden Oracle-Benutzer. Ich weiß auch nicht wo die Datenbank genau liegt. Enter your Oracle Database username and password in the Username and Password fields. Sollten nach den Spaltennamen zuviele Leerstellen kommen, ist die Variable LINESIZE zu hoch eingestellt, dann mit Die selben Informationen erhält man auch mit einem Zugriff auf die Katalog-Tabelle USER_TAB_COLUMNS (ohne störende 1000 Leerzeichen dazwischen). The "Plus" in SQL*Plus refers to an extension of SQL. SQL*Plus is an interactive and batch query tool that is installed with every Oracle Database installation. Configuring Oracle Net Services; i SQL*Plus Application Server Configuration; Changing the i SQL*Plus Application Server Port in Use; Testing if the i SQL*Plus Application Server is Running; Setting the Level of i SQL*Plus Logging; Setting the Session Time Out; Enabling Restricted Database Access; Enabling i SQL*Plus DBA Access; Enabling SSL with i SQL*Plus; Enabling i SQL*Plus or i SQL*Plus Help; Enabling … You can connect to the default database you created during installation, or to another existing Oracle database. Enter a connection identifier for the database you want to connect to in the Host String field. Dadurch wird die Verwendung von SQL*Plus per Shell-/Batchskript ermöglicht. The #1 Total Well-Being Technology. In dem nachfolgenden Beispiel wird eine Cursor-Variable mit dem Namen C deklariert, geöffnet und - nach Beendigung des PL/SQL-Blocks - ausgegeben. Hier muss man evtl. Der Unterschied ist nur, dass bei RUN der SQL-Befehl bzw. For example, you can interrupt SQL*Plus if you receive a long report that you do not want to select. Question: What are the important SQL*Plus "set" commands? ein SUCCESS liefert als RC 0, FAILURE als RC 1 und WARNING als RC 2. Um die Änderungen an den Systemvariablen des SQL*Plus-Client nicht bei jedem Start einer Session erneut setzen zu müssen, können die Änderungen in einem Login-Skript eingetragen werden, das bei jedem Aufbau einer neuen Session automatisch ausgeführt wird. These instructions are to enable you to login and connect to a database after you have installed SQL*Plus. SQL*Plus adheres to all SQL standards and contains some Oracle-specific add-ons. Alternatively, enter the SQL*Plus command in the form: SQL*Plus starts and connects to the default database. It must be running to enable web-based iSQL*Plus sessions. If you do not know your Oracle Database username and password, ask your Database Administrator. In this note i will show how to list all Oracle “databases” (equivalent to SHOW … Über den Web-Browser kann man dadurch auf alle Datenbank-Server zugreifen, deren Servername man kennt und bei denen eine Anmeldung über iSQL und den Port 5560 nicht explizit deaktiviert ist. Get the Complete Oracle SQL Tuning Information The landmark book "Advanced Oracle SQL Tuning The Definitive Reference" is filled with valuable information on Oracle SQL Tuning. Throughout this guide, examples showing how to enter commands use a common command syntax and a common set of sample tables. Releases. Because SQL*Plus Instant Client does not include a database, it is always 'remote' from any database server. SQL*Plus is a command line SQL and PL/SQL language interface and reporting tool that ships with the Oracle Database Client and Server software. Starting the iSQL*Plus Server … Sqlplus nimmt zunächst Kontakt mit dem Listener auf dem Datenbank-Server auf. Dabei kann es passieren, dass der Fehler ORA-20000: ORU-10027: buffer overflow, limit of 2000 bytes auftritt, der besagt, dass dieser Buffer übergelaufen ist. Mit der folgenden Anweisung SELECT TABLE_NAME FROM USER_TABLES; kann … The Windows GUI is an alternate user interface available in Windows installations. Step 3: Connect to the Database using SQL*Plus. http://www.oracle.com/technology/tech/sql_plus/, http://www.oracle.com/technology/documentation, http://www.oracle.com/technology/documentation/, Description of the illustration describe.gif, Description of the illustration selectout.gif. Die weiteren Skripte werden bei einem Aufruf mit @ in dem Verzeichnis gesucht, aus dem SQLPLUS gestartet wurde. These topics are discussed in the Oracle Database Installation Guide for each operating system that SQL*Plus supports. It was developed by Oracle Corporation in the early 90's to enhance the capabilities of SQL. ORCL. O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers. Start / Programme / Oracle / Anwendungsentwicklung / SQL Plus; Oder C:\oraclexe\app\oracle\product\11.2.0\server\bin\sqlplus.exe; SQL*Plus als Command-Line-Tool . This free software was originally developed by Memfix. Der Unterschied besteht darin, dass in dem Verzeichnis gesucht wird, in dem das aufrufende Skript liegt. Wenn man jedoch bei einem Fehler die weitere Verarbeitung abbrechen will, dann kann man an den Anfang des Skripts eine WHENEVER-Anweisung setzen: Oserror betrifft Fehler aus dem umgebenden Betriebssystem. Oracle using PL/SQL, MS Access version of SQL is called JET SQL (native format) etc. To unlock the HR account, log in as the SYSTEM user and enter the following command, where your_password is the password you want to define for the user HR: For further information about unlocking the HR account, see the Oracle Database Sample Schemas guide. Sie ermöglicht Ihnen die interaktive Ausführung oder Stapelausführung von PL/SQL. There is also the SQL*Plus Instant Client which is a stand-alone command-line interface available on platforms that support the OCI Instant Client. The schema/user in Oracle can be considered as an equivalent to a “database” concept in MySQL, PostgreSQL or MS SQL. You can use it to work with an Oracle Database. The middle tier coordinates interactions and resources between the client tier and the database tier. This plugin enables you run Oracle SQL*Plus scripts on your Jenkins jobs (user defined scripts or a script inside a workspace). Wenn man die Formatierung ändern will, dann kann man mit dem Befehl COLUMN FORMAT das Ausgabeformat ändern. Instant Client-Downloads für Linux x86-64 (64-Bit) Weitere Informationen zu Instant Client finden Sie auf der Instant Client-Startseite .. SQL*Plus ist ein interaktives Abfrage-Tool, das in der Oracle-Welt allgegenwärtig ist. Oracle Sql Plus free download - FlashPlayer Plus, EZ-DJ Plus, MSKeyViewer Plus, and many more programs iSQL*Plus uses HTTP port 5560 by default. Some aspects of Oracle Database and SQL*Plus differ from one computer and operating system to another. From the developer: It's a simple and efficient SQL Server reporting and automation tool. This is a comprehensive hands-on course taking the student through all aspects of using SQL*Plus and iSQL*Plus to access Oracle Database. The iSQL*Plus Login screen is displayed in your web browser. As mentioned before, SQL is one of the most widely used query language over the databases. Es ist auf jedem Oracle-System verfügbar - ob es sich um ein riesiges Data Warehouse oder ein kleines Einbenutzer-System handelt - und ist ein unverzichtbares Werkzeug für fast jeden Oracle-Benutzer. SQL*Plus is frequently used by DBAs and Developers to interact with the Oracle database. Because these three products all have “SQL” as part of their names, people occasionally get confused about the relationship between them and about which commands get executed where. Alternatively, open a Windows terminal and enter the SQL*Plus command: The SQL*Plus Windows GUI opens and the Log On dialog is displayed. Auch die wiederholte Ausgabe der Spaltenüberschriften kann störend wirken. In Oracle, you can connect to the database by using Users also known as Schemas. The iSQL*Plus Application Server is started during Oracle Database installation. Oracle: Show Databases – SQL*Plus. This tutorial is designed for Software Professionals, who are … Das SQL*Plus-Worksheet war lange Zeit die im Oracle-Lieferumfang gehörende Standard-Client-Software, um SQL-Befehle ausführen zu lassen. Commented: 2014-01-31. can you share me the document from Orcale which says that it is free.I want to see the document. SQL*Plus replaces the existing file if the file name already exists. the output is hard to interpret. Oracle has no databases but schemas and users (that are essentially the same thing). Open a UNIX or a Windows terminal and enter the SQL*Plus command: When prompted, enter your Oracle Database username and password. It can be used interactively or driven from scripts. The SQL*Plus, SQL, and PL/SQL command languages are powerful enough to serve the needs of users with some database experience, yet straightforward enough for new users who are just learning to work with the Oracle Database. Oracle SQL*Plus: The Definitive Guide by . You don’t like line editing? Beispiel für die Speicherung mit Anführungszeichen: Beispiel für die Speicherung ohne Anführungszeichen: Wie kann man denn in einem SQL*Plus-Skript nach einem String suchen, der mit & beginnt ohne dass die nachfolgenden Buchstaben als Austauschvariable interpretiert werden? Es können sowohl relationale Daten als auch objektrelationale Daten gespeichert werden. Der User SCOTT hat nicht das SYSDBA-Privileg, daher kann er sich an einer inaktiven Instanz nicht anmelden: Jedoch der User SYS hat das SYSDBA-Privileg, daher kann er sich anmelden und die Instanz hochfahren: Das Stoppen und Herunterfahren einer Datenbank-Instanz kann genauso durch SQL*Plus ausgeführt werden - vorausgesetzt, der User hat die SYSDBA-Berechtigung: Das Starten und Stoppen einer Datenbank wird ausführlicher beschrieben im Kapitel Oracle: Datenbank starten. den VI-Editor: Will man dieselbe Funktionalität wie in einer Shell haben (alle vorhergehenden Befehle, durchsuchen der Befehle etc.) This schema contains personnel records for a fictitious company. SQL*Plus does not have a built-in full-screen editor, but it does have the EDIT command. If you do not know your Oracle Database username and password, ask your Database Administrator. SQL*Plus Product and Documentation feedback by emailing sqlplus@oracle.com. The database is Oracle8i, Oracle9i or Oracle Database 10g accessed through Oracle Net. Some aspects of Oracle Database and SQL*Plus differ from one computer and operating system to another. Diese Möglichkeit gibt es jedoch nur bei der Version 10g. Obwohl SQL*Plus so weit verbreitet ist, wissen nur wenige Oracle-Entwickler und Datenbank-Administratoren, welche Möglichkeiten wirklich in diesem Abfrage-Tool stecken. Audience. Oracle Documentation Library at http://www.oracle.com/technology/documentation. 1. SQL*Plus is a component of Oracle Database. The command-line user interface is the character based terminal implementation. Alle SQL*Plus-Varianten können mit dem Befehl EXIT oder QUIT wieder beendet werden. Die Systemvariable LINESIZE gibt an, wie viele Zeichen in einer Zeile maximal ausgegeben werden sollen. Goal Increase SQLPLUS limits in order to align with RDBMS limits, otherwise is not possible to create SQL Tuning Advisor task to investigate big and … ... in Oracle 11g helping ... dbForge Data Compare Express … Our community of experts have been thoroughly vetted for their … Eine vollständige Beschreibung findet man im SQL*Plus-Manual. Cursor-Variablen kann man auch dafür verwenden, um Prozeduren oder Funktionen aufzurufen, die einen Cursor als Parameter erwarten. Die Befehle können auch abgekürzt werden als COL FOR. The schema/user in Oracle can be considered as an equivalent to a “database” concept in MySQL, PostgreSQL or MS SQL. SQLS*Plus supports use of variables … You can connect to Oracle8i, Oracle9i and Oracle Database 10g databases. SQL*Plus-Austausch-Variablen - erstes Beispiel, Eingabeaufforderung mit PROMPT und ACCEPT, Eingabeaufforderung für einen String-Wert, ---------- ------------------------------------------------, /* Mit Slash-Stern wird ein Kommentar begonnen, der über mehrere. See Starting the iSQL*Plus Application Server. What is necessary before you can run SQL*Plus or iSQL*Plus? Die Systemvariable PAGESIZE gibt an, nach wievielen Ausgabezeilen die Überschrift erneut ausgegeben werden soll. SQL Plus is the most basic Oracle Database utility, with a basic command-line interface, commonly used by users, administrators, and programmers. Such operating system specific details are covered in the Oracle Database Installation Guide provided for your system. Auszug aus dem Seminar – Oracle SQL Grundlagen der 4GL Befehlssyntax – The most common among them are “High Privilege Users” given as default by the database, “Sample Users” come pre-installed for practice purposes or “User Define” Users these are the ones which are created either … Diese Variante gab es schon immer und sie ist auch in der aktuellen Version (11g) noch vorhanden. Once a SQL*Plus session has been established, SQL statements or SQL*Plus commands can be issued. On UNIX, enter the following command at the SQL*Plus prompt: On Windows, enter the following command at the SQL*Plus prompt: To remove the sample tables, perform the same steps but substitute HR_DROP.SQL for HR_MAIN.SQL. To turn off column headings, … SQL*Plus ist ein interaktives Abfrage-Tool, das in der Oracle-Welt allgegenwärtig ist. Diese 3. Click Login to connect to the database. Download and Install SQL*Plus 18c See the Oracle Call Interface Programmer's Guide for more information on the OCI Instant Client. SQL*Plus Environment Variables. Bei einer Standard-Installation der Oracle-Version 10g unter Windows befindet sich das Login-Skript in dem folgenden Verzeichnis: Sollte kein schreibender Zugriff auf die oben angegebene Datei möglich sein, kann man in dem aktuellen Verzeichnis oder in dem per Umgebungsvariable gesetzten Verzeichnis $ORACLE_PATH eine Datei namens login.sql erstellen, die durch SQL*Plus beim Start nach der glogin.sql eingelesen wird. The SQL*PLUS installer is commonly called PLUS80W.EXE, sqlplus.exe or sqlplusw.exe etc. It is recommended that you always use the Logout icon to exit iSQL*Plus to free up system and server resources. SQL*Plus adheres to all SQL standards and contains some Oracle-specific add-ons. Mit Stern-Slash wird der Kommentar beendet. The SQL*Plus language is easy to use. PROMPT und ACCEPT eignen sich vor allem für die Ausführung von SQL-Skripten, die in einer Datei abgelegt sind. Die Befehle dafür sehen dann so aus: In der Datei x.sql wurde das Skript generiert. The Application Server enables communication and authentication between the iSQL*Plus user interface and Oracle Database. Applications of SQL. We officially support Oracle JDK 8 or 11. SQL*Plus Instant Client connects … Bei einem Abschluss durch ein Semikolon wird der SQL-Befehl auch gleich ausgeführt. slightwv (䄆 Netminder) CERTIFIED EXPERT . Die Inhalte der SQL*Plus-Systemvariablen kann man mit dem Befehl SHOW ausgeben lassen: Wenn viele Tabellenspalten ausgegeben werden sollen, dann können die vielen Zeilenumbrüche störend sein. Die Ausgabe wird durch die Autoprint-Option aktiviert. It is useful for manipulating tables or other database objects. It also includes some Windows and UNIX specific information, for example, the Windows Graphical User Interface. An instructor-led course run by Oracle. SQL*Plus is available at every Oracle site - from the largest data warehouse to the smallest single-user system - and it's a critical tool for virtually every Oracle user. Um die Ausgabe zu erhalten, muss der Serveroutput eingeschaltet werden: Oracle schreibt diese Ausgaben erst mal in einen Buffer, und gibt diesen Buffer erst am Ende aus. For more information about the sample schemas, see the Oracle Database Sample Schemas guide. Oracle shops typically continue to use SQL Plus scripts for batch updating or simple reports. It consists in a fully customizable script shell for bash and ksh. Permanent links to the latest packages are: Basic, Basic Light, SQL*Plus, Tools, SDK, JDBC Supplement, ODBC Now, you can append new SQL*Plus output in an existing file. You can generate reports dynamically using the HTML output facility of SQL*Plus, or using the dynamic reporting capability of iSQL*Plus to run a script from a web page. den letzten PL/SQL-Block in die Datei ausgeben. This tutorial will give you great understanding on PL/SQL to proceed with Oracle database and other advanced RDBMS concepts. Description. You can use SQL*Plus to generate reports interactively, to generate reports as batch processes, and to output the results to text file, to screen, or to HTML file for browsing on the Internet. It has a command-line user interface, a Windows Graphical User Interface (GUI) and the i SQL*Plus web-based user interface. For example, applications using Oracle Call Interface 19 can connect to Oracle Database 11.2 or later. To migrate your workspace from version 2 is very simple, all you need to do is: Create a credential for your user and password; Edit you job configuration … It executes custom queries or procedures on DB with SQLPlus for Oracle.The results of queries can be browsed in a colorful text interface resulting data from a query can be selected and passed dinamically as parameters for others … Oracle servers (Oracle 20c, 19c, 12c, 11g... databases and Express Edition (Oracle XE) 11 ... Pass4sure Questions and Answers for Oracle 1z0-542 Demo. Beispiel: In der Datei ana.sql stehen die folgenden Befehle: Diese Datei kann ausgeführt werden in einer SQL*Plus-Session: Wenn das Skript sehr umfangreich ist und man nicht möchte, dass die Meldungen 'Tabelle wurde analysiert.' Mac OS X Installation Notes. Examples in this guide use the EMP_DETAILS_VIEW view of the Human Resources (HR) sample schema. Usage. Aufruf bei Oracle 10g über die URL: http://:5560/isqlplus SQL*Plus kann beim EXIT Returncodes übergeben. SQL*Plus - Version 19.5 and later: ENH SQL*Plus Limits . Wenn bei einem Fehler die Verarbeitung fortgesetzt werden soll, dann kann man das auch explizit anweisen: Die Whenever-Anweisungen beziehen sich immer auf alle nachfolgenden SQL-Befehle. Als Befehlsparameter kann man einen Connect-String angeben. From an existing iSQL*Plus session, enter a CONNECT command in the form: Sample schemas are included with the Oracle Database. Ensure a sample database is installed and that you have a login username and password for it during Oracle Database installation. SQL*PLUS lies within Development Tools, more precisely Database Tools. Sqlerror betrifft Fehler bei der Ausführung der SQL-Statements vom Oracle-Server. Diese 3. Folgende Aufrufe sind möglich: Man kann auch SQL*Plus starten ohne ein Login auszuführen: Danach ist SQL*Plus gestartet, aber es besteht noch keine Verbindung zu einer Datenbank. Wenn das Skript dann noch mit dem Befehl disconnect endet, dann ist es eine in sich abgeschlossene Einheit, die eine Verbindung zu einer Datenbank aufbaut, eine Verarbeitung ausführt und die Verbindung wieder beendet. SQL*Plus on the Oracle Technology Network at http://www.oracle.com/technology/tech/sql_plus/. Die Interoperabilität der Client-Server-Version wird in Doc ID 207303.1 ausführlich beschrieben. SQL*Plus Discussion Forum at http://www.oracle.com/forums/. The HR account is locked by default. It executes custom queries or procedures on DB with SQLPlus for Oracle. SQL*Plus provides a user-friendly interface which allows you to define and manipulate data in an Oracle database. Natürlich wird ein Administrator solche Befehle nicht für jede Tabelle von Hand eintippen, sondern er könnte sich ein Skript dafür generieren. Oracle Database 11g: Administration I", Pass4sure Questions and Answers for Oracle 1z0-542, is a Oracle certification. The Application Server is installed when Oracle Database is installed. There is also the SQL*Plus Instant Client which is a stand-alone command-line interface available on platforms that support the OCI Instant Client. 3) SQL*Plus is available on all platforms like AIX , Solaris,Unix ,Linux windows,HP etc on … Mit ACCEPT PROMPT kann noch ein Kommentar zu der Eingabeaufforderung definiert werden. SQL*Plus Commander is Text-based user interface (TUI) / framework to query data on Oracle DB in a smart way. SQL*Plus Commander is Text-based user interface (TUI) / framework to query data on Oracle DB in a smart way. SQL*Plus set command tips. SQL*Plus. Posted on Thursday August 20th, 2020 by admin. Nach dem Editieren des Befehls muss die Seite gespeichert werden und der Editor beendet werden. The tables are described in "Sample Schemas and SQL*Plus". Despite its wide use, few developers and DBAs know how powerful a tool SQL*Plus can be. To exit SQL*Plus command-line, enter EXIT. den letzten PL/SQL-Block ausgeben ohne ihn auszuführen. See Sample Schemas and SQL*Plus. ENH SQL*Plus Limits (Doc ID 2738417.1) Last updated on DECEMBER 18, 2020. It executes custom queries or procedures on DB with SQLPlus for Oracle. Die Formatierung wird im SQL*Plus in Systemvariablen (auf dem Client-Computer) gespeichert. The Command-line Screen; Changing the Command-line Font and Font Size; 2 Configuring SQL*Plus. Beispiel: Mit dem folgenden Befehl werden Analyze-Befehle für alle Tabellen des Users SCOTT generiert. 1 SQL*Plus User Interface. Der Name der Datenbank ist z.B. Online Oracle Compiler, Online Oracle Editor, Online Oracle IDE, Oracle Coding Online, Practice Oracle Online, Execute Oracle Online, Compile Oracle Online, Run Oracle Online, Online Oracle Interpreter, Execute SQL Online (Oracle XE 11.2.0-1.0) Nach dem Aufruf einer SQL*Plus-Session ist es in vielen Fällen erforderlich, die Formatierung der Server-Ausgaben zu ändern. Start your free trial. Wenn man beim Aufruf von SQL*Plus gleich schon das Passwort mitangibt, dann hat das den Nachteil, dass bei MS-Windows das Passwort im Window-Header sichtbar ist. Juni 2019 um 20:32 Uhr bearbeitet. Enter an Oracle Database connection identifier in the Connection Identifier field to connect to a database other than the default. SQL*Plus is an interactive and batch query tool that is installed with every Oracle Database installation. Er wird erst ausgeführt, wenn der Block abgeschlossen wurde. Der Vorteil dabei ist, dass das eingegebene Passwort nicht auf dem Bildschirm sichtbar ist. NOTE: for Oracle Database … Applies to: SQL*Plus - Version 19.5 and later Information in this document applies to any platform. Nach der Ausführung steht das Skript immer noch zur Verfügung und man kann zu einem späteren Zeitpunkt noch einmal nachschauen, welche Befehle ausgeführt wurde.

übertragung Pachtvertrag Kleingarten, Freie Kennzeichen Hildburghausen, Mac Verliert Netzlaufwerk, Verkürzte Lehre Für Erwachsene, Garten Verpachten Was Beachten, Veloroute 9 Schweiz, Hotel Laurus Meran, Stadt Düsseldorf Stellenangebote Flüchtlinge, Uniklinik Köln Psychiatrie Team, Lufthansa Flight Voucher Status,