Vertaling van "de PL/SQL" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Une interface publique d'interrogation Web a été écrite à l'aide de PL/SQL et PHP. Résultats
Public Web query interface to BiOSC was written using PL/SQL and PHP. Results
SPL - un déploiement natif d'un langage de procédure stockée qui prend en charge les éléments clés de PL/SQL
SPL - A native implementation of a stored procedure language that supports the key constructs of PL/SQL
Les principales différences que vous devez garder à l'esprit quand vous portez de PL/SQL vers PL/pgSQL sont
The main differences you should keep in mind when porting from PL/SQL to PL/pgSQL are
Alors que les deuxième et troisième de ces exemples représentent des URLs d'anciennes versions de PL/SQL Gateway, le premier provient d'une version récente tournant sur Apache.
While the second and third of these examples represent URLs from older versions of the PL/SQL Gateway, the first is from more recent versions running on Apache.
Exemples de Portages Exemple 37-2 montre comment porter une simple fonction de PL/SQL vers PL/pgSQL.
Example 37-2 shows how to port a simple function from PL/SQL to PL/pgSQL.
Portage d'une procédure avec manipulation de chaînes et paramètres OUT de PL/SQL vers PL/pgSQL
Porting a Procedure With String Manipulation and OUT Parameters from PL/SQL to PL/pgSQL
Les autres outils utilisés pour le développement comprennent System Architect 2001 V7.12, TOAD VI V6.2.10.29 (outil pour les concepteurs d'applications Oracle) pour le développement de PL/SQL et Jprobe Profiler and Memory Analyser.
Other tools used for development include System Architect 2001 V7.12, TOAD VI V6.2.10.29 (Tool for Oracle Applications Developers) for development of the PL/SQL and Jprobe Profiler and Memory Analyser.
Dans les anciennes versions de PL/SQL Gateway, rien n'empêchait un attaquant d'accéder à un paquetage PL/SQL donné sur le serveur de base de données.
In earlier versions of the PL/SQL Gateway, there was nothing to stop an attacker from accessing an arbitrary PL/SQL package in the database server.
Les clients MariaDB ont importé des centaines de milliers de lignes de PL/SQL.
MariaDB customers have imported hundreds of thousands of lines of PL/SQL.
La méthode à utiliser dépend de la version de PL/SQL Gateway.
How you do this depends on the version of the PL/SQL Gateway.
Affichage de Procédure/Fonction/Package dans le nouvel onget de PL/SQL éditeur de requête lors qu'on double-clique dessus
Displayed Procedure/Function/Package on new tab in PL/SQL Query editor window when double clicking one of them
Ensuite, il y a un ensemble de tests simples qui peuvent être effectués pour détecter la présence de PL/SQL Gateway. Entêtes de réponse du serveur
Beyond that there are a set of simple tests that can be performed to test for the existence of the PL/SQL Gateway.
Vous n'aurez probablement besoin de ceci que si vous écrivez une fonction qui génère d'autres fonctions comme dans l'Exemple 39.8, « Portage d'une fonction qui crée une autre fonction de PL/SQL vers PL/pgSQL ».
You will probably only need that if you are writing a function that generates other functions, as in Example 39-7.