Relative Content

Tag Archive for javaoracle

Oracle keeps crashing

Oracle app keeps crashing every few minutes (Mac M1).
this was working earlier, using this to preview invoices.
unable to update java shows location error, Cleared and tried re-installing java but shows error “failed to install Java”.
enter image description here

Convert a string to number inside a query in Oracle

I need to make a string with numbers able to work with a query in Oracle. Since the string with numbers is a string parameter (array) from the Java class going into the query, i need to convert string to Integer inside query.