Musisz podać wartości dla każdego parametru przed wykonaniem instrukcji SQL.
You must supply values for every parameter before executing the SQL statement.
Część instrukcji SQL, która określa rekordy do pobrania.
The part of an SQL statement that specifies which records to retrieve.
Przydatne gdy używasz statycznych instrukcji SQL w czasie wykonywania.
Oracle ma wiele narzędzi do zarządzania wydajnością instrukcji SQL, ale wśród nich dwa są bardzo popularne.
Oracle has many tools for managing SQL statement performance but among them two are very popular.
W rzeczywistości, jeśli twoje zapytania są proste, łatwiej i szybciej napisać je bezpośrednio w instrukcji SQL.
In fact, if your queries are simple, it is easier and faster to directly write SQL statements.
Narzędzie to pozwala jednoznacznie zidentyfikować przyczyny spadków wydajności niemal natychmiast do poziomu poszczególnych instrukcji SQL.
This tool makes it uniquely possible to identify the causes of performance dips almost instantly down to the level of individual SQL statements.
Formularz lub raport, który nie jest połączony ze źródłem danych, takich jak tabeli, kwerendy lub instrukcji SQL.
A form or report that is not connected to a record source such as a table, query, or SQL statement.
Oracle tworzy obszar pamięci, znany jako obszar kontekstowego przetwarzania instrukcji SQL, która zawiera wszystkie informacje potrzebne do przetwarzania instrukcji, na przykład, liczba wierszy przetwarzane, itd.
Oracle creates a memory area, known as context area, for processing an SQL statement, which contains all information needed for processing the statement, for example, number of rows processed, etc.
Błąd podczas wykonywania instrukcji SQL.
Error while executing SQL statement.
Aby uniknąć ataków SQL injection oraz aby zwiększyć wydajność wykonywania często używanych instrukcji SQL, można "przygotować" instrukcję SQL z opcjonalnymi symbolami zastępczymi (ang. placeholders) parametrów, które to będą zastąpione przez aktualne parametry podczas procesu przypinania parametrów.
To avoid SQL injection attacks and to improve performance of executing repeatedly used SQL statements, one can "prepare" an SQL statement with optional parameter placeholders that are to be replaced with the actual parameters during the parameter binding process.
Przygotowane oświadczenie Użyj kiedy planujesz używać instrukcji SQL wielokrotnie.
Use the when you plan to use the SQL statements many times.
Możesz wykonywać dowolne typy instrukcji SQL, tworzyć zrzuty tabel i baz danych, a także eksportować i importować dane CSV.
You can execute any type of SQL statement, create dumps of tables and databases, as well as to export and import CSV data.
Aby uniknąć ataków SQL injection oraz aby zwiększyć wydajność wykonywania często używanych instrukcji SQL, można "przygotować" instrukcję SQL z opcjonalnymi symbolami zastępczymi (ang. placeholders) parametrów, które to będą zastąpione przez aktualne parametry podczas procesu przypinania parametrów.
Binding Parameters To avoid SQL injection attacks and to improve performance of executing repeatedly used SQL statements, one can "prepare" an SQL statement with optional parameter placeholders that are to be replaced with the actual parameters during the parameter binding process.