Dear all,

I wanted to display the data with hyperlink(for one column) and when we client the hyperlink column, it should call another page. How can we do this.

I am not that expert on isqlplus and i learned the isqlplus from this link.

http://www.oracle.com/technology/obe...s/isqlplus.htm

Let us take this query,

select empno,ename from emp.

The output should display with hyperlink on ename column. When we client ename, i wanted to go to another form.. Please let me if this is possible in isqlplus. Thanks