Monday, November 12, 2018

Database Connectivity ( NetBean Configuration)


Step-1:Configure Database in NetBeans 8.1


Step-2: Right click on database following  window will popup

Step-3:



Step-4:



Step-5:Give your username, password, service ID.

Step-6: Click Test Button to Check The Connectivity: It Connection is successful then message will be displayed in the screen.

Step-7:Select Schema (User Name)
Step-8:Connection String will be generated by NetBean

Step-9: 





No comments:

Post a Comment

Financial Year Oracle PLSQL Program

 CREATE OR REPLACE function FINANCIAL_YEAR(p_date DATE) return varchar2 IS    v_first     varchar2(4);    v_second    varchar2(4);    v_year...