Change Oracle password using SQL*Plus

Change or Reset Password using SQL Plus This tutorial helps to change the password using the command prompt, please follow below step by step instruction – Open the command prompts Type “sqlplus username@databasename“ Once hit enter button then it will Read More …

Set a custom date time format in Oracle SQL Develover

Introduction It is very important to set custom date time format for date column in Oracle as By default, Oracle SQL developer displays date values as 08-NOV-16. If a user wants to see the time part (hour/minute/second) by default then Read More …

How to install Knowledgewala Apps on your IOS Mobile (Iphone)

Introduction This tutorial will help to install knowledgewala apps on you IOS mobile. Using this IOS apps, User can read tutorials thorough their Mobile Phone. It will be very easy and convenient to access knowledgewala website through your Mobile anywhere Read More …

How to install Knowledgewala Apps on your android Mobile

Introduction This tutorial will help to install knowledgewala apps on you android mobile. Using this android apps, User can read tutorials thorough their Mobile Phone.It will be very easy and convenient to access knowledgewala website through your Mobile anywhere and Read More …

Oracle Java Certification Exams (OCAJP) Mock Exam Part2

Introduction This Java test assesses the basic and medium knowledge of Java programming language and OOP principles. Put your Java know-how to the test and see how well you understand its syntax and object oriented programming concepts. Topics: Java language Read More …

Oracle Database Connection With Examples

To achieve this, JDBC specifications are agreed upon within the Java community–and each database vendor is then left to implement these specification to work with their product. Oracle Drivers Oracle provided two types of Drives. Thin OCI OCI   The OCI Read More …

Java database connection Code Examples

Introduction JDBC is an unofficial acronym for java database connectivity. JDBC helps us to connect to a database and execute SQL statements against a database. JDBC api provides set of interfaces and there are different implementations respective to different databases. Read More …