Search This Blog

Monday, June 7, 2021

Remove ORA from process execution error massage

just use this code on  process properties  Error Message

<h7 style="color: #d00;">#SQLERRM_TEXT# </h7>



Java to Oracle database Connection Using JDBC

Oracle database. // Java Program to Establish Connection  // in JDBC with Oracle Database // Importing database import java.sql.*; // Import...