Asked 7 years, 9 months ago
Viewed 87 times
0
I need to create a link variable to use at runtime with PHP on Oracle, how can I do this?
Could define better uma variavel de ligação no Oracle? I do not know Oracle, but this seems to me to be some term related to the database.
uma variavel de ligação no Oracle
– jlHertel
I want to know how to make a pl sql code within php code to define a link variable.
– ROBERTO ALBINO JUNIOR
You can write your SQL code normally and call it through the Oracle functions. The default function of running SQL is to oci_execute
Browser other questions tagged php oracle
Could define better
uma variavel de ligação no Oracle
? I do not know Oracle, but this seems to me to be some term related to the database.– jlHertel
I want to know how to make a pl sql code within php code to define a link variable.
– ROBERTO ALBINO JUNIOR
You can write your SQL code normally and call it through the Oracle functions. The default function of running SQL is to oci_execute
– jlHertel