Oracle, Java, Php, Javascript, Document Management System, Mybatis

Solution for Oracle, Java, Php, Javascript, Mybatis. Introduction on Free Document Management System.

Monday, March 19, 2012

How to stop an open port listening on Windows forcefully

›
1) In command prompt type netstat -a -o -n 2) find the PID number for that port number Proto Local Address Foreign Address ...
3 comments:

Oracle Savepoint example

›
CREATE TABLE TEST( ID NUMBER PRIMARY KEY ); CREATE OR REPLACE PROCEDURE TEST_PROC IS BEGIN INSERT INTO TEST(ID) VALUES(5); FOR I IN 1..10...
1 comment:
Wednesday, February 1, 2012

Handling null values in Oracle Select Statements

›
Oracle Sql Select statement do not evaluate null values. Null values should be handled in the where condition of sql statements for all null...
Sunday, January 15, 2012

How To Make Dynamic Sql Query Using Mybatis

›
Sql queries can be dynamic using Mybatis, may help reusing sql queries for more than one occasion. As per the context, Sql "where"...
Thursday, January 12, 2012

How To Return Oracle Cursor Using Mybatis in Oracle stored procedure call

›
In some cases it is necessary to get the set of data in the same procedure call. Sample example is demonstrated below. Employee class to hol...
›
Home
View web version

About Me

My photo
Maheswor Prajapati
Bhaktapur, Bagmati, Nepal
View my complete profile
Powered by Blogger.