How to check apex version. [message #551654] |
Fri, 20 April 2012 00:52  |
chintan.patel
Messages: 162 Registered: July 2008 Location: Ahmedabad
|
Senior Member |
|
|
Hi Friends
I have one question regarding apex version that how can i come to know the installed version of application express.
Chintan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: How to check apex version. [message #551738 is a reply to message #551730] |
Fri, 20 April 2012 06:58   |
 |
Littlefoot
Messages: 21824 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Linux, eh? I'm a 100% dummy about it.
Nonetheless: a directory you specify should be as follows (Windows terminology, but you'll get the idea, I hope).
- When you downloaded Apex, it was a ZIP file. You put it into c:\temp, so its path was c:\temp\apex.zip.
- Then you extracted it, and Apex files were created in c:\temp\apex directory.
- apxldimg.sql should accept c:\temp as a parameter, NOT c:\temp\apex:
-- connect as SYS
SQL> @apxldimg c:\temp
[Updated on: Fri, 20 April 2012 06:59] Report message to a moderator
|
|
|
|
|
|
|
|
|
|