| Thread | Last Post | Replies |
|
| Stored Procedure Options: Modifies SQL Data and Results Set | 28 Dec 2005 15:45 GMT | 2 |
Hi - I would be grateful for any knowledge regarding the following. Whilst QAing Stored Procedures developed by colleagues, I noticed the following 'superflous' parameter specifications:- 1) "Modifies SQL Data" - where the Stored Procedure is Select only.
|
| TCP/IP Error, rc1=22 | 28 Dec 2005 07:25 GMT | 2 |
ENVIRONMENT: ________________________________________________________ "Server 1" = DB2 UDB ESE 7.1 FP7 on AIX 5.1 "Server 2" = DB2 UDB ESE 8.1 FP2 on AIX 5.1
|
| Deleting data from table | 28 Dec 2005 03:34 GMT | 12 |
I have a table that contains 15lakh records..... I want delete that table....and insert fresh set of record. when I run the command ...db2 "delete from schema.tabname" it hangs .......the system it seems hangs...
|
| need to restore old database (database server 4.01 AIX) | 28 Dec 2005 01:31 GMT | 5 |
i need to restore an old database. The db was backed up using a DLT drive, using 2 volumes. The content for the tapes was copied to file onto Solaris machine using rsh and dd (for backup purposes). Now, the drive is defective and can't read the tapes anymore.
|
| Migrate Sybase outer join query to UDB DB2 8.2 | 28 Dec 2005 00:12 GMT | 5 |
I need the below sybase code to be migrated in UDB : select distinct c.partnumber as I_PART, case
|
| Crash when execute quiesce | 26 Dec 2005 19:25 GMT | 1 |
First, I´m sorry for my English... Always I quiesce a database, the instance crashes. This occurs only with one database, I can quiesce other databases in the same instance and nothing occur. These database isn´t in use, and hasn´t any federated
|
| Migration of DB2 V6.1 to Windows 2000 | 26 Dec 2005 04:32 GMT | 8 |
Please bear with me, as I am a newbie in the world of databases and DB2. We are trying to migrate an application that binds to a DB2 database (Workgroup Edition, V6.1) from a server running Windows NT 4.0, to a new server running Windows 2000. Since DB2 V6.1 is no longer supported ...
|
| Restrict Access by Application | 25 Dec 2005 23:05 GMT | 5 |
Is there any way of restricting access to a database by application & account? For example, I only want the application APP1 to access the database using the USER1 account. I've tried to use the DB2 Governor to do this, but it seems it always allows the the first query to be
|
| Connecting DB2/400 through iSeries Access drivers or DB2 Connect, which's more efficent? | 25 Dec 2005 08:40 GMT | 3 |
Does somebody know the efficent way to connect DB2/400? Through iSeries Access ODBC/OLEDB driver or DB2 Connect? Which will more fast and efficent? In addition, does DB2 Connect use APPC over TCP/IP protocol? Or SNA
|
| Can XML data type be passed as parameter for procedure? | 23 Dec 2005 21:02 GMT | 1 |
The following CarsElement XML data type is passed in CTE. Can XML data type be passed as out parameter for SQL stored procedure or returned in SQL UDF. WITH CarsDef(CarsElement) as
|
| commit and terminate | 23 Dec 2005 17:39 GMT | 7 |
I have 8.1.5 on Windows 2003, when I do from CLP with auto commit off: db2 update table set column=something and then db2 terminate
|
| FCM_NUM_BUFFERS | 22 Dec 2005 23:19 GMT | 1 |
DB2 ESE v8.1 Fixpak 10 For a single partition database, with INTRA_PARALLEL=NO does FCM_NUM_BUFFERS have any effect on performance? After reading DB2 Magazine Tuning Up for OLTP and Data Warehousing, I
|
| Change from varchar(40) to varchar(60) in replica environment | 22 Dec 2005 19:18 GMT | 3 |
We will change few columns data type from varchar(40) to varchar(60) in our 8.1 replica environment. What's the procedure? Thanks a lot!
|
| DB2 join challenge | 22 Dec 2005 16:29 GMT | 6 |
I have table A with 2 columns: PK [integer] and Txt [varchar(128)], size - 1000 rows. Also, I have table B with 100000 rows and 100 integer columns, each one is a foreign key to A's PK. I need to create a view in which every cell of B is replaced by the Txt from A according to the
|
| Calculate Shared Memory Usage | 22 Dec 2005 14:28 GMT | 1 |
On Unix, how can we calculate the shared memory currently being used by the database instance. Reason for this is that we have a limit to the size of shared memory that can be configured for use by the database. eg., Linux 1.74 GB per
|