Tagged Questions
The ora-00917 tag has no wiki summary.
1
vote
2answers
771 views
Unable to insert a row in Oracle with Java (JDBC) --> error ORA-00917: missing comma
I have a problem during an insert in Oracle using Java and JDBC. The error obtained is:
java.sql.SQLException: ORA-00917: missing comma
The data for the insert is taken from a form like a string ...
0
votes
2answers
207 views
Getting error while executing dao
Hello friends i am running code given below which contains the setLogTimeEntery function and when this function is executed i am getting
"Error : java.sql.SQLException: ORA-00917: missing comma"
...
0
votes
3answers
191 views
ORA-00917 in php script
My php script is as follows:
if (!empty($_POST['action'])){
PutEnv("TNS_ADMIN='C:\\Programy\\OracleDeveloper10g\\NETWORK\\ADMIN\\'");
$conn = oci_connect('s14', 'sm19881', ...