Search
 
SCRIPT & CODE EXAMPLE
 

JAVA

connect as SYSDBA java

String driverName = "oracle.jdbc.driver.OracleDriver";
Class.forName(driverName).newInstance();
String nameForConnect = "sys as sysdba";
String pass = "password";
String url = "jdbc:oracle:thin:@192.168.0.1:1521:ORCL";
Connection conn = DriverManager.getConnection(url, nameForConnect, pass);
Comment

PREVIOUS NEXT
Code Example
Java :: what is a callable in java 
Java :: map indexof java 
Java :: android java close keyboard 
Java :: java cambiar formato de fecha 
Java :: plug and chug 
Java :: android adb is using too much cpu 
Java :: android open app info programmatically 
Java :: syntax for new module creation in java 
Java :: sha-1 key generator 
Java :: Remove ArrayList Elements using remove() function 
Java :: how to solve CopyBuffer from HiLo failed, no data 
Java :: primitive vs wrapper classes in java 
Java :: format string precision double java 
Java :: set maven goals in eclipse 
Java :: unique numbers in array java 
Java :: java package keyword 
Java :: about action Listioner in java Swing 
Java :: Java Labeled continue Statement Java 
Java :: how to preset an array java 
Java :: OCA Exam Questions 
Java :: java preprocessor example 
Java :: while(++i<5)f*=i;System.out.println(f); 
Java :: hwo to calculate cuberoot of numbers in java 
Java :: enum to get status name from list using status id 
Java :: java blocks 
Java :: 13 live 
Java :: diiferent ways to run spring boot 
Java :: Not allowed to bind to service Intent 
Java :: What Is Spring Boot and What Are Its Main Features? 
Java :: a java program must have at least one of these: 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =