How i get the client m/c IP address.
Answers were Sorted based on User's Feedback
Answer / gajendra bhende
we will get host name of client machine through
v$session(machine) view.
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / hetendra chauhan
go to command prompt -
Command : ipconfig /all it will give you the details of
mac and IP Address
| Is This Answer Correct ? | 4 Yes | 9 No |
What is the difference between flex mode and confined mode?
What are the design facilities available in forms 4.0?
How can a text file be attached to a report while creating in the report writer?
What are the various methods of performing a calculation in a report ?
How to call a report from Forms?
What is the usage of the confine mode in Layout Editor ?
Explain how one can iterate through items and records in a specified block?
List out the oracle forms configuration files?
What is an SQL FORMS ?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
hiding item in report how like that properly,thats manually but at runtime i want to do
What are the triggers associated with the image item?