Search Results

Search: Posts Made By: fmina
Forum: Programming 08-25-2008
5,196
Posted By fmina
Trouble with Date Variables and Functions in PL/SQL
Hi,
In the course of my script i have to compare SYSDATE with the 15th of the current month:
if it is greater than i should set a variable date to 15th of the next month
if less than i should set...
20,933
Posted By fmina
Try %u it is the unsigned integer format...
Try %u it is the unsigned integer format specifier used in C programming just like printf command.
I hope it will work with awk.
20,933
Posted By fmina
why not use absolute value function?
If you want the absolute value of the number you want to print,
why don't you store it as an absolute value in the first place,
i.e., c = abs (a - b)
note that you should include the external...
2,820
Posted By fmina
I figured it out!
Hey! I asked the dba manager at my departement and he showed me the code. I thought of sharing it with you.
As he said using sys.Tables would exhaust the server and it is forbidden in live...
2,820
Posted By fmina
the same error keeps coming over and over...
the same error keeps coming over and over again... it might be security settings.
I'll ask about it.
thank you anyway vidyadhar85
2,820
Posted By fmina
Still thrown into a loop...
thank you anyway,
but i recieved an error ORA-00942: table or view does not exist ...
should i then create a view to see all the tables??
then how do i do that with unix?
2,820
Posted By fmina
Extracting all table names from a given server
Using ksh and sqlplus... does anybody have an idea of how we can possibly extract all table names from server :confused:?

thanks in advance.
11,824
Posted By fmina
thank you all
Thank you a lot Vi_Curious and jim!
This itty-bitty line of code works great! :b:
11,824
Posted By fmina
Description...?!
Well,
This table is used in billing at a telecommunications company, so it contains all subscribers' tel. numbers and bill amounts, bill dates,... supposedly.
if i only select the subno column and...
11,824
Posted By fmina
Extracting column names from a table.. SQL with UNIX
:rolleyes: hi there everybody,
i need help,... thanks anyway!
i am working on a very huge table with the name table1. the problem is that i know only one field name in this table...,
working with...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 02:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy