hello, how can i execute multiple queeries with the help of tools- SPUFI and QMF respectively. thank you
I am looking into IBM’s IMS SOAP Gateway to expose our IMS transactions as Web Services. 98% of our IMS transactions are conversational. I am looking for possible ways of exposing them as SOAP/Web services without acquiring WebSphere or IMS Connect for Java on the Mainframe
Hello all! I have a tables without partitions and I now want to partition it. How do I go about this? I tired alter table … add partition… but it errors with “ORA-14501: object is not partitioned ” So I tried to re-create the table with partitions: create table quote_header_test as select * from quote_header [...]
Hi, I need to email 2 flat files from mainframe as CSV files. (the data in the flat files already contains the delimiter ‘,’). The problem is, i get the 2 files attachements as CSV, but nothing in them! I feel I’ve got the MIME formatting wrong. I use IEBGENER, and the flat files are [...]
What is the best practice for implementation of a new Database software package (I.E. creating teams, or work with a Committee) My boss would like me to learn everyones job, is this really necessary to implement a new Database package…
Hi everybody. I need some help with Sql Tuning. I have a query that returns information from many tables (let’s say 5 for the example). 2 of that tables are big tables (20 million rows each one). I usually write ‘where’ clauses putting first the join conditions and after them, the table specific conditions, but [...]
I have inherited the following: <%@ LANGUAGE=”VBSCRIPT” %> <% dim adoconn set adoconn = server.createobject(“adodb.connection”) adoconn.open Application(“DSN”),Application(“UID”),Application(“PWD”) reportname = “traininghrsbyemployee.rpt” If Not IsObject (session(“oApp”)) Then Set session(“oApp”) = Server.CreateObject(“CrystalRuntime.Application”) End If Path = Request.ServerVariables(“PATH_TRANSLATED”) While (Right(Path, 1) <> “” And Len(Path) <> 0) iLen = Len(Path) – 1 Path = Left(Path, iLen) Wend If IsObject(session(“oRpt”)) [...]
I need to pass a List of Values parameter from a Crystal Report to a Store Procedure. 1) How do I define the Parm? and 2) How do I code the WHERE clause? Example: Result Sets 1 Language SQL Begin Declare C1 Cursor with Return For Select * From Table1 WHERE Field1 in(‘Value1′, ‘Value2′,’Value3′, etc);
Greetings, Since Oracle Table structures do not support a boolean data type, there is a choice (Make it a varchar2(1) or Number(1)), with contents of 0,1 or Y,N The questions I have are: 1) From a comparison perspective, which provides better performance? Comparison of a number (1,0) or string (Y/N) 2) Which method takes up [...]
What is messaging and collaboration,how does it works,how to set it up ,where can it be implemented and how
Hello everyone, Hope all is well … Any help, opinions, direction to whitepapers, benchmarch reports, overkill/underkill comments, and the like would be greatly appreciated: We are in the process of spec’ing out hardware needs for our targeted new data warehouse and new consolidated database servers. We would like any comparative views regarding AMD vs. Intel [...]
Hi, I need to produce a flat file in fixed length format as output of Crystal Report. Wanted to know if crystal report supports exporting data into a Flat file fixed lenght format. If yes, would like to know how to go about it.
I am an applicaiton developer, (analyst) resonsible for ensuring four test regions (and sometimes the produciton region) performs as effieciently as possible. We have approximately 1000 programs that have not accurate statistics (run stats are not updated, another question). Our DBA’s tell us it is our responsibility to rebind the applicaitons (one at a time) [...]
Hi.I am trying to extract data from an intersystems cache database into a sql server database for storage and reporting purposes, on behalf of my company. I have not succeeded so far for the last couple of months as it keeps bringing back far more than the expected number of rows, and is inconsistent with [...]
Hello, Is there any way one can find out the webmail access site using only the email address? Actually my friend was out of town and wanted to check her email using webmail but she had forgotten the webmail access site provided by her hosting service provider. She told me find this out but I [...]
Hello, I would like to know the option(Compressing Old Files) which comes up during disk cleanup in win XP and win 2000. Is it good or bad? I mean, If I do the compression regularly will that effect my system/files in a long run? Is it same to that option (compress drive to save space) [...]
i hv a large table (GL details that is abt 30-50mb) that contains financial data. i want to partition it by these fields 1) company code 2) Quarter (based on the financial periods) 3) Year Eg, data Select GLCO, GLYEAR, (TO_CHAR(GLYEAR) ||’/'||TO_CHAR(GLMNTH)) As Yrmth, GLMNTH, GLAMT FROM GLPGL; GLCO GLYEAR Yrmth GKMNTH GLAMT 110 2004 [...]
I cannot connect to a 9i database patched to 9.2.0.6 (I can if the server is patched to 9.2.0.5) from a 6i Developer client on XP. Tnsping80 is OK but not SQL. I get kicked out of SQL and the error report references ora805.dll. When I install the 9i client I can connect with it [...]
I’ve got an Oracle 9.2.0.5 database and I need to create a read only user that can view any table, view, package, etc. I’ve created the user but I can’t figure out how to give it read only access to packages, procedures and functions. The only option seems to be granting execute any procedure. I [...]
My project (in VB & Crystal Report 9) needs different shaped bills (10?X12?, 6?X12?, 15?X12?) to print through DMP. But I am facing problem to control paper size through code.





