Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for wolverine_ramir

I have a query called in a CSH script which is a simple select. I would like to write the result of the select statement in a a flat file but when i set the "SET HEADING OFF" and "SET FEEDBACK OFF", i get a blank line written to the …

Member Avatar for wolverine_ramir
0
2K
Member Avatar for wolverine_ramir

I would like to know how do i create a flat file from a query in oracle. For example i would like to create a select statement and the output to the flat file should be like this: name,location,address ...... Later on, this task will be embedded in a unix …

Member Avatar for debasisdas
0
108
Member Avatar for wolverine_ramir

I don't know which category this problem falls: I cannot make a connection in my SQL Developer when I was trying to access my Oracle XE installed in my Ubuntu. I am getting this error: java.sql.SQLException ORA-00604: error occured at recursive SQL level 1 ORA-12705: Cannot access NLS data files …

Member Avatar for wolverine_ramir
1
175
Member Avatar for wolverine_ramir

I have this kind of query: [code=sql]select (s.t1 + s.t2 + s.t3 + s.t4 + s.t5 + s.t6 + s.t7) total from summary s[/code] is there a way that i could shorten the formula? my table fields are growing and i need to include them in getting the total for …

Member Avatar for jwenting
0
68
Member Avatar for wolverine_ramir

please help me compute for the time.. i have extracted different time values from a database, i stored it in a String since i don't know which data type to use. this values came from a DataList in a variable named jamTime.. then i extracted the time using: String startTime …

Member Avatar for piers
0
81
Member Avatar for wolverine_ramir

i need help in my query.. i need to compute for the difference between two time.. i already have a formula for that but the problem is, i am setting up a condition before i get the difference between two diffrenet time... i have a table named test.. it has …

Member Avatar for debasisdas
0
76
Member Avatar for wolverine_ramir

1) is it possible that i could create GUI application under Perl (*.pl) files? 2) what are the things that i need to consider and do? 3) i tried copying a perl program from a certain website and when i tried running it on command prompt for Windows, it says …

Member Avatar for wolverine_ramir
0
195
Member Avatar for wolverine_ramir

i need a sample program for handling text files using c language.. i don't know the syntaxes.. please help me and provide some comments on the source code so that i'll be on track.. Things that i need: 1) How to locate the text file 2) How to input values …

Member Avatar for John A
0
147
Member Avatar for wolverine_ramir

is it possible that i could create an array from a class and return the value of that array? and how? how can i access that array

Member Avatar for WhYuLoOkIn
0
97
Member Avatar for wolverine_ramir

i don't know how to discuss it clearly but i'll try.. my problem is when my index page loads, the current value of my variable year is null.. so it displays the word null.. ahm, only if i click the submit button that's the time that a value is inserted …

Member Avatar for electron33
0
86