![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Why oh why did Oracle decide to make table names with special symobols in them, like v$database? This makes it a nightmare in shell scripts wrapping sqlplus for example! Try writing a shell script that su's to oracle and executes sqlplus to get data from v$database.. Is there any workaround to avoid the dollars, such as aliases? thanks, Neil |
#3
| |||
| |||
|
|
Why oh why did Oracle decide to make table names with special symobols in them, like v$database? This makes it a nightmare in shell scripts wrapping sqlplus for example! Try writing a shell script that su's to oracle and executes sqlplus to get data from v$database.. Is there any workaround to avoid the dollars, such as aliases? thanks, Neil |
#4
| |||
| |||
|
|
Why oh why did Oracle decide to make table names with special symobols in them, like v$database? This makes it a nightmare in shell scripts wrapping sqlplus for example! Try writing a shell script that su's to oracle and executes sqlplus to get data from v$database.. Is there any workaround to avoid the dollars, such as aliases? thanks, Neil |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Why oh why did Oracle decide to make table names with special symobols in them, like v$database? This makes it a nightmare in shell scripts wrapping sqlplus for example! Try writing a shell script that su's to oracle and executes sqlplus to get data from v$database.. Is there any workaround to avoid the dollars, such as aliases? thanks, Neil |
#7
| |||
| |||
|
|
On May 17, 3:55*am, neilsolent <n... (AT) solenttechnology (DOT) co.uk> wrote: Why oh why did Oracle decide to make table names with special symobols in them, like v$database? This makes it a nightmare in shell scripts wrapping sqlplus for example! Try writing a shell script that su's to oracle and executes sqlplus to get data from v$database.. Is there any workaround to avoid the dollars, such as aliases? thanks, Neil backslash (\) is your friend. |
#8
| |||
| |||
|
|
On May 17, 1:19*am, Noons <wizofo... (AT) gmail (DOT) com> wrote: On May 17, 3:55*am, neilsolent <n... (AT) solenttechnology (DOT) co.uk> wrote: Why oh why did Oracle decide to make table names with special symobols in them, like v$database? This makes it a nightmare in shell scripts wrapping sqlplus for example! Try writing a shell script that su's to oracle and executes sqlplus to get data from v$database.. Is there any workaround to avoid the dollars, such as aliases? thanks, Neil backslash (\) is your friend. Yes but it's not just as simple as one backslash. My Perl script is calling sqlplus via su (to switch to Oracle) - 7 backslahses needed v\\\\\\\$database * * *!! Try it and see.. that's what I mean by a nightmare. If they could just refrained from naming tables with $ symbols.. *:-) I could just put the script in a file, but not very neat. Using other tools means other problems - more dependencies to cater for. Oh well, thanks anyway.. |
#9
| |||
| |||
|
|
On May 17, 1:19*am, Noons <wizofo... (AT) gmail (DOT) com> wrote: On May 17, 3:55*am, neilsolent <n... (AT) solenttechnology (DOT) co.uk> wrote: Why oh why did Oracle decide to make table names with special symobols in them, like v$database? This makes it a nightmare in shell scripts wrapping sqlplus for example! Try writing a shell script that su's to oracle and executes sqlplus to get data from v$database.. Is there any workaround to avoid the dollars, such as aliases? thanks, Neil backslash (\) is your friend. Yes but it's not just as simple as one backslash. My Perl script is calling sqlplus via su (to switch to Oracle) - 7 backslahses needed v\\\\\\\$database * * *!! Try it and see.. that's what I mean by a nightmare. If they could just refrained from naming tables with $ symbols.. *:-) I could just put the script in a file, but not very neat. Using other tools means other problems - more dependencies to cater for. Oh well, thanks anyway.. |
#10
| |||
| |||
|
|
I also dislike Oracle use of the dollar and pound sign in table and column names but I have learned to live with an occassional backslash, using script files, and having to mask output files that use object name for dollar signs. |
![]() |
| Thread Tools | |
| Display Modes | |
| |