How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?



How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?..

Answer / Ankit Verma

To connect an Android app to an Oracle database, you can use a library like OraConnect. After setting up the connection, you can execute PL/SQL procedures by creating Java stored procedures that call your PL/SQL code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is a primary key? Explain

1 Answers  


what is the difference between varray and table data type..please expalain with some examples... under what situation you will go for varray..instead of index by table...

1 Answers   HCL, Satyam,


Why do we use partitions in sql?

1 Answers  


Do triggers have restrictions on the usage of large datatypes, such as long and long raw?

1 Answers  


pl/sql testing means what ...... explain process how to find pl/sql bugs

1 Answers   Zensar,


Delete the emps whose salaries are lowest sals of their own dept.

5 Answers  


What is sql integrity?

1 Answers  


What is pl/sql table? Why is it used?

1 Answers  


Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.

1 Answers  


Is sql difficult?

1 Answers  


Are left and right joins the same?

1 Answers  


What does count (*) mean?

1 Answers  


Categories