Re: running os command from pl/sql block
- From: David Sharples <davidsharples@xxxxxxxxx>
- To: Stephane Faroult <sfaroult@xxxxxxxxxxxx>
- Date: Wed, 1 Feb 2006 11:05:21 +0000
slight warning
Some OS'es will appear kinda weird, would then have to use some sort of
decode to make it more readable
e.g.
XP Prof
SQL> select dbms_utility.port_string from dual;
PORT_STRING
---------------------------------------------------------
IBMPC/WIN_NT-8.1.0
Its not an IBM either, its a dell :-)
SQL> select decode(dbms_utility.port_string, 'IBMPC/WIN_NT-8.1.0','Windows
XP Professional') from dual;
DECODE(DBMS_UTILITY.POR
-----------------------
Windows XP Professional
On 2/1/06, Stephane Faroult <sfaroult@xxxxxxxxxxxx> wrote:
>
>
> Good one. I learned something new today.
>
>
>
- References:
- running os command from pl/sql block
- From: Onkar N Tiwary
- Re: running os command from pl/sql block
- From: Alex Gorbachev
- Re: running os command from pl/sql block
- From: David Sharples
- Re: running os command from pl/sql block
- From: Onkar N Tiwary
- Re: running os command from pl/sql block
- From: Stephane Faroult
- Re: running os command from pl/sql block
- From: David Sharples
- Re: running os command from pl/sql block
- From: Stephane Faroult
Other related posts:
- » running os command from pl/sql block
- » Re: running os command from pl/sql block
- » RE: running os command from pl/sql block
- » Re: running os command from pl/sql block
- » Re: running os command from pl/sql block
- » Re: running os command from pl/sql block
- » Re: running os command from pl/sql block
- » Re: running os command from pl/sql block
- » Re: running os command from pl/sql block
- » Re: running os command from pl/sql block
- » RE: running os command from pl/sql block
- » Re: running os command from pl/sql block
- » Re: running os command from pl/sql block
- » RE: running os command from pl/sql block
- » Re: running os command from pl/sql block
- » RE: running os command from pl/sql block
- » RE: running os command from pl/sql block
- » RE: running os command from pl/sql block
- » RE: running os command from pl/sql block
- » Re: running os command from pl/sql block
- » RE: running os command from pl/sql block
- » Re: running os command from pl/sql block
- » Re: running os command from pl/sql block
- running os command from pl/sql block
- From: Onkar N Tiwary
- Re: running os command from pl/sql block
- From: Alex Gorbachev
- Re: running os command from pl/sql block
- From: David Sharples
- Re: running os command from pl/sql block
- From: Onkar N Tiwary
- Re: running os command from pl/sql block
- From: Stephane Faroult
- Re: running os command from pl/sql block
- From: David Sharples
- Re: running os command from pl/sql block
- From: Stephane Faroult