<< Back to previous view

[PSUP-151] Oracle bad memory tune Created: 09/Dec/22  Updated: 10/Dec/22

Status: Open
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - Other Priority: Major
Reporter: Akram Alsharabi Assignee: ubTools Support
Resolution: Unresolved Votes: 0

File Attachments: File ak10.lst    

 Description   
I want to analyze statspack report

 Comments   
Comment by ubTools Support [ 10/Dec/22 09:48 AM ]
Hello!

It looks TIMED_STATISTICS parameter is FALSE. Please upload a new STATSPACK report when TIMED_STATISTICS parameter is TRUE.





[PSUP-150] ubsql linux not running Created: 21/Dec/20  Updated: 04/Aug/21

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - ubSQL Priority: Critical
Reporter: Hakan Çalışkan Assignee: ubTools Support
Resolution: Third-party Problem Votes: 0

Product Version: 4.0.5

 Description   
/home/ubsql/4.0.5/ubSQL: /home/ubsql/4.0.5/ubSQL: cannot execute binary file

 Comments   
Comment by ubTools Admin [ 22/Dec/20 10:45 AM ]
Hello Hakan!

It looks you don't have execute permision on the file.

Check the permission:

$ ls -ltr /home/ubsql/4.0.5/ubSQL

If you don't have execute permission, do:

$ chmod u+x /home/ubsql/4.0.5/ubSQL

The version you are using is very old. If you want, I can email a demo version of ubSQL 6.0.2. According to our tests, the latest version is almost 40% faster than the previous versions.

Comment by ubTools Support [ 04/Aug/21 03:49 PM ]
The non-Linux ubSQL executable was tried to run on Linux. After using ubSQL executable for Linux, the problem disappeared.




[PSUP-149] max session Created: 16/Jun/20  Updated: 16/Jun/20

Status: In Progress
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - itrprof SQL Analyzer Priority: Major
Reporter: Jose Giner Assignee: ubTools Support
Resolution: Unresolved Votes: 0

File Attachments: File progresst_ora_8544.rar    
Product Version: Oracle Database 12c Standard Edition Release 12.1.0.2.0

 Description   
analyze trace file

 Comments   
Comment by ubTools Support [ 16/Jun/20 10:49 AM ]
Hello!

progresst_ora_8544.rar does not include an Event 10046 trace file. If you have Event 10046 trace file, please attach.





[PSUP-148] library cache pin Created: 03/Jan/18  Updated: 12/Jan/18

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - itrprof SQL Analyzer Priority: Major
Reporter: Lobezno Aja Assignee: ubTools Support
Resolution: Rejected Votes: 0

File Attachments: File MR011_diag_24837.trc    
Product Version: 11.2.0.4

 Description   
library cache pin

 Comments   
Comment by ubTools Support [ 12/Jan/18 08:45 AM ]
We don't provide public support.




[PSUP-145] ubGuard 2.0.1 Commands Created: 25/Feb/17  Updated: 28/Feb/17

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - ubGuard Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Answered Votes: 0


 Description   
This document explains ubGuard commands.

 Comments   
Comment by ubTools Support [ 25/Feb/17 04:40 PM ]
COMMANDS:

ubGuard executable is <UBGUARD_HOME>/bin/ubguard.sh (ubguard.bat for Windows).

Prerequisite for all commands:

  • Regarding Oracle listeners must be running.

Setup:

Prerequisites:

  • <UBGUARD_HOME>conf/setup.properties must be filled.
  • Primary databases must be opened.
  • Standby databases must be in MOUNT state.
CMD> ubguard.sh setup

Start:

Prerequisites:

  • Primary database must be opened.
  • Standby database must be in MOUNT state.
CMD> ubguard.sh start <ubguard_alias>

Stop:

CMD> ubguard.sh stop <ubguard_alias>

Status:

CMD> ubguard.sh status <ubguard_alias>

Failover:

Prerequisites:

  • Standby database must be in MOUNT state.
CMD> ubguard.sh failover to <ubguard_alias> [FORCE]

Default Failover:

It is a failover without FORCE option. It gets all missing archivelogs from primary server, applies archivelogs to standby database and activates standby database as primary database. It causes less data loss, but longer failover time.

The alternative manual method by RMAN on standby:

CMD> ubguard.sh stop  <ubguard_alias>
--> Copy all missing archivelogs from primary server to standby server
CMD> SET ORACLE_SID=<SID>
CMD> rman target /
RMAN> SHUTDOWN IMMEDIATE;
RMAN> STARTUP MOUNT;
RMAN> RECOVER DATABASE;
RMAN> SQL 'ALTER DATABASE ACTIVATE STANDBY DATABASE';
RMAN> ALTER DATABASE OPEN;
RMAN> EXIT; 

Forced Failover:

It is a failover with FORCE option. It doesn't get archivelogs from primary server and it doen't apply archivelogs to standby database. It just activates standby database as primary database. It causes more data loss, but less failover time.

The alternative manual method by RMAN on standby:

CMD> ubguard.sh stop  <ubguard_alias>
CMD> SET ORACLE_SID=<SID>
CMD> rman target /
RMAN> SHUTDOWN IMMEDIATE;
RMAN> STARTUP MOUNT;
RMAN> SQL 'ALTER DATABASE ACTIVATE STANDBY DATABASE';
RMAN> ALTER DATABASE OPEN;
RMAN> EXIT; 




[PSUP-144] Performance Issue Created: 10/May/16  Updated: 19/Jul/16

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - itrprof SQL Analyzer Priority: Major
Reporter: Musfeq Saleheen Assignee: ubTools Support
Resolution: Customer Timeout Votes: 0

File Attachments: File PROD_ora_1770_AHG000599_0509_140552.trc    
Product Version: 11.2 --> 12.1.0.2.0

 Description   
Application performance

 Comments   
Comment by ubTools Support [ 11/May/16 01:14 PM ]
Hello!

There is no WAIT information in the trace file. But, actual elapsed time is greater than the measured in Oracle calls.

The first line:

CLOSE #18446744071435781424:c=3,e=3,dep=1,type=0,tim=15622922398752

The last line:

EXEC #18446744071435417616:c=531,e=531,p=0,cr=0,cu=0,mis=0,r=1,dep=1,og=1,plh=0,tim=15623068360896

The time difference between the first and last line: 15623068360896 - 15622922398752=145962144 (146 sec)

Please upload your trace file with WAIT info. No BIND calls are required.

Comment by ubTools Support [ 11/May/16 01:15 PM ]
Changing the database version to 12.1.0.2.0.
Comment by ubTools Support [ 11/May/16 01:17 PM ]
This issue has been moved to PUBLIC_SUPPORT from TEST.




[PSUP-142] Change Log: ubGuard 1.1.3 Created: 25/May/15  Updated: 25/May/15

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubGuard 1.1.3

Type: ubTools - ubGuard Priority: Minor
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
CHANGE LOG:
Since 1.0.3:
--------------------
New features:
1- bin/ubguard.sh (bin/ubguard.bat for Windows) has been added to manage ubGuard.
2- bin/environment.sh (bin/environment.bat for Windows) has been added
   to set environment variables.
3- Windows service has been added.
4- New parameters: 
    ssh.port.client: Defines local(outgoing) SSH port. Value 0 means random port.
    database.instance.alias: Defines ubGuard instance as an alias.
    database.instance.parent.alias: Defines ubGuard parent instance aliases.
5- Renamed parameters:
    ssh.port to ssh.port.server.
6- Removed parameters:
    database.instance.parent.host
    database.instance.parent.instance

1.1.2:
-------------------
New features:
1- database.standby.archivelog.retention.time definition has changed.
   Archivelogs on standby are deleted if they are older than standby
   database time by this parameter. 

Improvements:
1- Database instance alias name is not required to be case sensitive.
2- Numbers of SQLs running on Primary have been reduced.
3- Archivelogs are deleted by RMAN.
4- Unnecessary privileges have been revoked from UBGUARD_ROLE role.

Bugs:
1- While running OS commands, Runtime Exceptions could not be caught.
2- If parameter database.instance.alias is not upper case,
   Oracle directories UBGUARD_ASM_* and UBGUARD_TMP_* are recreated unnecessarily.
3- Wrong file separator used for ASM on Windows.
4- bin/ directory is included in ubGuard.jar unnecessarily.
5- bin/ubguard.sh and bin/environment.sh are in DOS format.

1.1.3:
-------------------
Bug:
1- Unable to catalog archivelogs on Windows.





[PSUP-140] Change Log: ubGuard 1.0.3 Created: 22/Mar/14  Updated: 22/Mar/14

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubGuard 1.0.3

Type: ubTools - ubGuard Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Major) Votes: 0


 Description   
CHANGE LOG:

Cumulative from the following versions:

 * 1.0.0:
 * -------------------
 * New features:
 * 1- ubGuard is installed in standby severs instead of primary servers.
 * 2- Cascaded standby: A standby gets archivelogs from another standby.
 * 3- The content of conf/setup.properties changed.
 * 4- Applied archivelog can be deleted from standby server with time delay.
 * 5- SSH connect timeout added.
 * 6- Single ubGuard home can bee used for multiple local standby databases.
 * 7- conf/message.properties file added.
 *
 * 1.0.1:
 * -------------------
 * Bug:
 * 1- Archivelogs moved from ASM to primary TMP directory not deleted.
 *
 * 1.0.2:
 * -------------------
 * Bug:
 * 1- Windows not identified.
 *
 *
 * 1.0.3:
 * -------------------
 * Bugs:
 * 1- Unable to get ORACLE_HOME environment variable in Windows.
 * 2- Existing archivelog in standby is retransffered in Windows.





[PSUP-139] Change Log: itrprof SQL Analyzer 6.2.8 Created: 16/Dec/13  Updated: 16/Dec/13

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: itrprof SQL Analyzer 6.2.8

Type: ubTools - itrprof SQL Analyzer Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Bug) Votes: 0

Product Version: 6.2.8

 Description   
Change Log:
       - Bug: Cursor number changed to String type.
       - itp-05 [1] removed.
       - itp-05 [6] removed.
       - Bug: Calculating statement length in PARSE ERROR line fixed.
       - Bug: Wrong number of "UN-KNOWN statements" in "TRACE FILE STATISTICS" output.
       - Bug: Wrong number of "Unique statements" in "TRACE FILE STATISTICS" output.





[PSUP-138] Change Log: ubGuard 0.3.2 Created: 30/Sep/13  Updated: 30/Sep/13

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubGuard 0.3.2

Type: ubTools - ubGuard Priority: Minor
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
CHANGE LOG:

Cumulative from the following versions:

* 0.2.3:
 * -------------------
 * 1- SSH compression has been added.
 *    The parameter: ssh.compression.level
 *    No compression:0, Max compression:9, Default compression:-1(that is 6)
 *
 * 0.3.0:
 * -------------------
 * New Features:
 * 1- Forcing archivelog generation in each archivelog transfer period has been removed.
 *    Use Oracle ARCHIVE_LAG_TARGET initialization parameter instead.
 * 2- The changed messages:
 *    old: ubGuard-1 [<returnCode>]: Unable to acquire lock by DBMS_LOCK.REQUEST().
 *    new: ubGuard-1 [<taskID>,<returnCode>]: Unable to acquire task lock.
 *
 *    old: ubGuard-2 [<returnCode>]: Unable to release lock by DBMS_LOCK.RELEASE().
 *    new: ubGuard-2 [<taskID>,<returnCode>]: Unable to release task lock.
 *
 *    old: ubGuard-5 No UBGUARD_TMP_ARCHIVE directory found in ALL_DIRECTORIES.
 *    new: ubGuard-5 Oracle directory UBGUARD_TMP_ARCHIVE not defined.
 *
 *    old: ubGuard-4 No standby found.
 *    new: ubGuard-4 Standby not defined.
 *
 * 3- The removed messages:
 *    ubGuard-3: <message>
 *    ubGuard-6: Archivelog transfer period not defined.
 *
 * Bugs:
 * 1- Time portion of ERROR_LOG.ERROR_DATE column is lost.
 * 2- If an Oracle RAC thread reopened, it transfers archivelogs which are already in-transmit in another node.
 *
 *
 * 0.3.1d3:
 * -------------------
 * Bug:
 * 1- File name separator on standby windows is not handled correctly.
 *
 * 0.3.1d5:
 * -------------------
 * Bug:
 * 1- Recover SCN of standby database computed wrong after removing forcing archivelog generation
 *    which is introduced in ubGuard 0.3.0.
 *
 * 0.3.1d6:
 * -------------------
 * New features:
 * 1- Setting up mail.transport.user and mail.transport.password parameters are optional.
 *    SMTP authentication is forced only if both parameters are set.
 * 2- Java Mail debug is set to diagnose a problem.
 *
 * 0.3.1d7:
 * -------------------
 * Bug:
 * 1- Recovery start SCN is wrong if datafile is older than controlfile.
 *
 * 0.3.2:
 * -------------------
 * New feature:
 * 1- Unhandled exceptions are written to log/ubGuard.log.
 *
 * Bug:
 * 1- Already deleted archivedlogs are tried to be deleted again.





[PSUP-137] Change Log: ubGuard 0.2.2 Created: 28/Feb/13  Updated: 28/Feb/13

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubGuard 0.2.2

Type: ubTools - ubGuard Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Major) Votes: 0


 Description   
Change Log:

Initial version.






[PSUP-136] Change Log: itrprof SQL Analyzer 6.2.7 Created: 28/Feb/13  Updated: 28/Feb/13

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: itrprof SQL Analyzer 6.2.7

Type: ubTools - itrprof SQL Analyzer Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: 6.2.7

 Description   
Change Log:
1- Cursor number changed to double type.
2- Binds fixed for Oracle 10g and Oracle 11g.
3- Execution plan exclusive statistics fixed for Oracle 11g.
4- All response time in output changed to elapsed time.
5- SQL Hash and SQLID added.
6- Tuning advice calculation fixed when dependent event cost is less than tuning advice limit.





[PSUP-135] Cannot analyze report Created: 29/May/12  Updated: 04/Feb/13

Status: Resolved
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - itrprof SQL Analyzer Priority: Major
Reporter: Jose Luu Assignee: ubTools Support
Resolution: Answered Votes: 0

File Attachments: Zip Archive OP_TP_SI1_ora_27734_EDA25_TESTER_FOLIO_LOAD_ONLY.zip    
Product Version: Oracle 11g

 Description   
itp-5 [11] : File corrupted.
File name : OP_TP_SI1_ora_27734_EDA25_TESTER_FOLIO_LOAD_ONLY.zip
Line : PARSING IN CURSOR #18446744071469248640 len=141 dep=0 uid=62 oct=3 lid=62 tim=4910139113614 hv=503140487 ad='b9fc4c4d8' sqlid='0djpx18fzun47'

possibly the cursor ID is too large under Oracle 11g as it is a 2 digit number on Oracle 10g



 Comments   
Comment by ubTools Support [ 31/Jan/13 08:01 PM ]
Sorry Jose for the late answer. I've not got a notification or I've deleted it without notice.

You're right. Cursor number is too long in Oracle 11g. I've fixed this issue. I'm planning to upload the new version this weekend. I'll also contact you when upload is done.

Sorry again...

Comment by ubTools Support [ 04/Feb/13 09:19 AM ]
Hello!

It has been fixed itrprof SQL Analyzer 6.2.7. You can analyze your trace file online. It will be available for download this week.





[PSUP-134] Change Log 6.0.2 Created: 30/Apr/12  Updated: 30/Apr/12

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 6.0.2

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: 6.0.2

 Description   
Change Log:
1- MERGE(ub_view) hint added to query as a top level hint when UB_PARALLEL used.
2- The following messages are not printed when an error occured before:
   - "No data found to unload."
   - "ubSQL-4 [34] Wrong UB_PARALLEL object count found."





[PSUP-133] Change Log 6.0.1 Created: 30/Apr/12  Updated: 30/Apr/12

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 6.0.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: 6.0.1

 Description   
Change Log:
1- SELECT ON DBA_OBJECTS privilege is required for "No data found to unload" message even if there are rows to unload.





[PSUP-132] Change Log 6.0.0 Created: 18/Apr/12  Updated: 18/Apr/12

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 6.0.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Major) Votes: 0

Product Version: 6.0.0

 Description   
Change Log:
1- OCI_SUCCESS_WITH_INFO allowed in unload fetch for Oracle error:
  "ORA-24347: Warning of a NULL column in an aggregate function"
2- New error code: "ubSQL-3 [26] Unable to parse UB_PARALLEL. All data not entered correctly."
3- New error code: "ubSQL-10 [13] Wrong UB_PARALLEL parse."
4- New error code: "ubSQL-3 [27] Unable to parse UB_PARALLEL. Maximum object count exceeded."
5- Removed error code: "ubSQL-4 [18] THREAD_SETS parameter greater than rowid ranges."
6- New error code: "ubSQL-10 [14] UB_PARALLEL degree greater than rowid ranges."
7- Message changed.
   old: "ubSQL-4 [17] THREAD_SETS parameter greater than rowid ranges."
   new: "ubSQL-4 [17] UB_PARALLEL degree greater than rowid ranges."
8- New error code: "ubSQL-10 [15] Wrong UB_PARALLEL parse."
9- ubSQL-3 [34] Unable to parse UB_PARALLEL. Negative degree entered.
10- ubSQL-4 [34] Wrong UB_PARALLEL object count found.
11- New error code: "ubSQL-3 [29] Unable to parse UB_PARALLEL. Right parenthesis not entered."
12- New error code: "ubSQL-3 [30] Unable to parse UB_PARALLEL. Maximum degree exceeded."
13- New error code: "ubSQL-3 [28] Unable to parse UB_PARALLEL. Maximum multiple degree exceeded."
14- New error code: "ubSQL-3 [31] Unable to parse UB_PARALLEL. Object already used."
15- New error code: "ubSQL-3 [32] Unable to parse UB_PARALLEL. All data not entered correctly."
16- New error code: "ubSQL-3 [33] Unable to parse UB_PARALLEL. Object split level not entered correctly."
17- Removed parameters: THREAD_SETS,TABLE_SPLIT_LEVEL.
18- Removed error code: "ubSQL-4 [31] WRONG PARAMETER VALUE"
19- Message changed.
    old: "ubSQL-10 [26] UNABLE TO IDENTIFY TABLE SPLIT LEVEL"
    new: "ubSQL-10 [26] UNABLE TO IDENTIFY OBJECT SPLIT LEVEL"
20- New error code: "ubSQL-10 [16] Wrong UB_PARALLEL parse."
21- SHOW PARAMETERS doesn't show LICENSE_KEY parameter.
22- New error code: "ubSQL-11 [0] Unable to create OCI environment."
23- New error code: "ubSQL-11 [1] Unable to create OCI environment."
24- New error code: "ubSQL-11 [2] Unable to allocate OCI error handle."
25- Requirement fo SELECT ON DBA_OBJECTS privileges removed.





[PSUP-131] Change Log 5.1.0 Created: 14/Aug/11  Updated: 14/Aug/11

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 5.1.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: 5.1.0

 Description   
Change Log:
1- Elapsed time calculation changed from second to microsecond.
2- Message changed.
   old: "ubSQL-4 [18] FETCH_THREADS parameter greater than rowid ranges."
   new: "ubSQL-4 [18] THREAD_SETS parameter greater than rowid ranges."
3- Message changed.
   old: "ubSQL-4 [17] FETCH_THREADS parameter greater than rowid ranges."
   new: "ubSQL-4 [17] THREAD_SETS parameter greater than rowid ranges."
4- BUG: OCI_NODATA returned from getOwnerObject() while unloading from partition/subpartion table of different schema when THREAD_SETS>1.
   CAUSE: ALL_OBJECTS doesn't include partition data of different schema.
   FIX: DBA_OBJECTS used.
5- O_RDWR replaced with O_WRONLY in OSDWriterThread(),OSDOpenWrite().
6- O_DSYNC removed from OSDWriterThread(),OSDOpenWrite().
7- posix_fadvise(,,,POSIX_FADV_DONTNEED) added to OSDWriterThread().
8- New error code: "ubSQL-1 [11] UNABLE TO SET FILE ADVICE"
9- Unused remoteSessions,semBufferSetDB fields removed from struct sUserInterface.
10- setMultipleParameter() renamed to checkMultipleParameters().
11-Message changed.
   old: "ubSQL-4 [16] OUTPUT_FILE_NAMES MAX COUNT EXCEEDED"
   new: "ubSQL-4 [16] MULTIPLE PARAMETER VALUE MAX COUNT EXCEEDED"
12- freeFile() added in cleanUp.c
13- New error code: "ubSQL-10 [10] WRONG OUTPUT FILE NAME COUNT
14- createOutputFDArray() renamed to openOutputFiles().
15- Memory leaks in openOutputFiles(),connectOperation() removed.
16- New error code: "ubSQL-2 [1] UNABLE TO GET FILE STATUS"
17- Warning removed from OSDClose(): "perror("OSD WARNING(ignorable for PIPES)""
18- New error code: "ubSQL-2 [9] UNABLE TO FLUSH TO FILE"
19- exit(EXIT_FAILURE) added to OSDClose() for any OSD failures.
20- Message changed. 
    old: "ubSQL-7 [8] WRONG PRE-LICENSE KEY."
    new: "ubSQL-10 [11] Invalid Base64 string length."
21- New error code: "ubSQL-7 [8] Wrong encoded string."
22- New error code: "ubSQL-3 [23] Wrong encoded password."
23- New error code: "ubSQL-10 [12] Invalid Base64 string length."
24- New error code: "ubSQL-7 [15] Wrong encoded string."
25- New error code: "ubSQL-3 [25] Wrong TNS alias."
26- ENCODE statement added.
27- Encoded password in CONNECT statement added.
28- Whitespace characters allowed and trimmed in username and password.





[PSUP-130] Change Log 5.0.1 Created: 03/Jul/11  Updated: 03/Jul/11

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 5.0.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Major) Votes: 0

Product Version: 5.0.1

 Description   
Change Log:
1- INPUT_BUFFER_COUNT parameter added; but not used.
2- USER_INTERFACE_PARAMETER_COUNT constant set to the available parameter count.
3- New parameter: OUTPUT_FILE_FORMAT; Values: TEXT, BINARY.
4- New error code: ubSQL-4 [32] "WRONG PARAMETER VALUE".
5- sColumnsInfo.isPiecedColumn commented out in ubSQL.h,OCIUtils.c,unload.c.
6- if columnDelimiterSize==1, column delimiter assigned directly, instead of memcpy().
7- sColumnsInfo.columnMaxSize renamed to sColumnsInfo.defineSize.
8- setDefineVariablesText() and setDefineVariablesBinary() added.
9- New error code: "ubSQL-8 [1] Unsupported column type"
10- New error code: "ubSQL-8 [2] Unsupported column type"
11- Message changed:
   old: printf("Data type of column %i....: UN-KNOWN\n",i);
        printf("External data type code...: %i\n",pUserInterface->columnsInfo->columnType[i-1]);
   new: printf("Column name.....: %s\n",&pUserInterface->columnsInfo->columnName[i*(COLUMN_NAME_SIZE+1)]);
        printf("Column type code: %i\n",pUserInterface->columnsInfo->columnType[i]);
12- Printing "Wait time" after unload removed.
13- Thread statistics added.
14- MIN_OUTPUT_FILE_SIZE of 512 defined.
15- New error code: "ubSQL-10 [0] WRONG FETCHED DATA SIZE"
16- New error code: "ubSQL-10 [1] FETCHED DATA SIZE OF NULL VALUE NOT ZERO"
17- New error code: "ubSQL-10 [2] WRONG FETCHED DATA SIZE"
18- New error code: "ubSQL-10 [3] WRONG FETCHED DATA SIZE"
19- New error code: "ubSQL-10 [4] UNKNOWN FETCHED DATA TYPE"
20- TextWriter renamed to writerThread.
21- Memory leaks in isSqlloaderControlFileOperation(),setMultipleParameter() resolved.
22- oracleLoader.c added.
23- New error code: ubSQL-2 [16] ddlFileName
24- Separate Environment Handle created for each ThreadSet.
25- indexOfString(),indexOfNoCaseString(),convertIntToCharArray(),findCharSize() added to utils.c.
26- New error code: "ubSQL-2 [17] WRONG LOCATION NAME"
27- New error code: "ubSQL-2 [18] WRONG LOCATION NAME"
28- New error code: "ubSQL-3 [0] DATA keyword in ACCESS PARAMETERS reserved"
29- New error code: "ubSQL-3 [1] CHARACTERSET keyword in ACCESS PARAMETERS reserved"
30- New error code: "ubSQL-3 [2] FIELDS keyword in ACCESS PARAMETERS reserved"
31- New error code: "ubSQL-3 [3] RECORDS keyword in ACCESS PARAMETERS reserved"
32- New error code: "ubSQL-3 [4] LANGUAGE keyword in ACCESS PARAMETERS reserved"
33- New error code: "ubSQL-9 [2] UNKNOWN ENDIANNESS"
34- New error code: "ubSQL-3 [7] TERRITORY keyword in ACCESS PARAMETERS reserved"
35- New error code: "ubSQL-3 [10] BYTEORDERMARK keyword in ACCESS PARAMETERS reserved"
36- New error code: "ubSQL-3 [16] STRING keyword in ACCESS PARAMETERS reserved"
37- BUG: If there are multiple OUTPUT_FILE_NAMES and last fetched rows are not equal to ARRAY_FETCH_ROW_COUNT, output buffer is overwritten.
38- New error code: "ubSQL-10 [5] FETCHED DATA SIZE OF NULL VALUE NOT ZERO"
39- New error code: "ubSQL-9 [2] Unsupported character set form"
40- New error code: "ubSQL-3 [17] CHARACTERSET keyword in PARAMETERS reserved"
41- New error code: "ubSQL-3 [20] BYTEORDERMARK keyword in PARAMETERS reserved"
42- New error code: "ubSQL-3 [19] BYTEORDER keyword in PARAMETERS reserved
43- New error code: "ubSQL-3 [18] LENGTH keyword in PARAMETERS reserved"
44- New error code: "ubSQL-3 [17] CHARACTERSET keyword in PARAMETERS reserved"
45- New error code: "ubSQL-3 [21] FIELDS keyword in PARAMETERS reserved"
46- New error code: "ubSQL-3 [22] No LOAD or CONTINUE_LOAD keyword found in PARAMETERS"
47- New error code: "ubSQL-2 [19] PARAMETERS truncated"
48- New error code: "ubSQL-10 [6] DATA keyword not found"
49- cleanUp.c added.
50- Message changed.
   old: "ubSQL-4 [18] THREADS_PER_OBJECT GREATER THAN ROWID RANGES."
   new: "ubSQL-4 [18] FETCH_THREADS parameter greater than rowid ranges."
51- Message changed.
   old: "ubSQL-4 [17] THREADS_PER_OBJECT GREATER THAN ROWID RANGES."
   new: "ubSQL-4 [17] FETCH_THREADS parameter greater than rowid ranges."
52- New error code: "ubSQL-4 [33] "Wrong REJECT LIMIT value."
53- M_PRINT_LOADER_COMMENTS added.
54- sqlldr.c renamed to sqlLoader.c
55- Removed error code: ubSQL-4 [10] "PARAMETER VALUE TOO BIG"
56- Parameter FETCH_THREADS renamed to THREAD_SETS.
57- sem_trywait() removed from M_OSD_SEM_TIMED_WAIT.
58- New error code: "ubSQL-10 [7] Wrong DATE size"
59- SQLT_TIMESTAMP_LTZ column type support removed.
60- New error code: "ubSQL-10 [8] WRONG OUTPUT BUFFER OFFSET"
61- New error code: "ubSQL-10 [9] WRONG OUTPUT BUFFER OFFSET"
62- New error code: "ubSQL-1 [8] UNABLE TO GET PAGESIZE"
63- New error code: "ubSQL-1 [9] REQUESTED MEMORY SIZE TOO LARGE"
64- New error code: "ubSQL-1 [10] UNABLE TO ALLOCATE ALLIGNED MEMORY"
65- New error code: "ubSQL-2 [0] UNABLE TO CHANGE FILE STATUS FLAGS"
66- New parameter: BYPASS_FILE_SYSTEM_CACHE; Type: Boolean
67- New error code: "ubSQL-2 [7] ubSQL not compiled with DIRECT-IO"
68- New error code: "ubSQL-2 [20] <fileName>"
69- New error code: "ubSQL-2 [24] UNEXPECTED WRITE ENCOUNTERED"





[PSUP-129] Change Log 4.3.1 Created: 03/Jul/11  Updated: 03/Jul/11

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.3.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Bug) Votes: 0

Product Version: 4.3.1

 Description   
Change Log:
1- Memory allocation for columnName variable in getColumnsInfo() removed.
2- "startup ubSHM" removed.





[PSUP-128] 4.3.0 Change Log Created: 03/Jul/11  Updated: 03/Jul/11

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.3.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: 4.3.0

 Description   
Change Log:
1- "startup ubSHM" added.
2- New error code: ubSQL-3 [16] "WRONG <parameter> TEXT".
3- New error code: ubSQL-3 [17] "WRONG <ubSHM> TEXT".
4- ubSHM.h created.
5- New error code: ubSQL-1 [8] "UNABLE TO OPEN ubDBC LIBRARY".
6- OCI_SUCCESS_WITH_INFO in checkError() returns TRUE.
7- MAX_MESSAGE_SIZE=512 defined for checkError().
8- setSessionParameters() in connectToDatabase does not return value.
9- ubSQL-6 [1] and ubSQL-6 [2] modified.
   old: "FETCHED DATA TRUNCATED OR NULL".
   new: "FETCHED DATA TRUNCATED".
10- MAX_SQL_TEXT_SIZE changed from UB1MAXVAL*30 to UB2MAXVAL.





[PSUP-127] Invalid IP Created: 15/Jan/10  Updated: 02/Mar/10

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - itrprof SQL Analyzer Priority: Blocker
Reporter: Stephen Ochieng Assignee: ubTools Support
Resolution: Customer Timeout Votes: 0

Product Version: ubtools-2.0.0.1

 Description   
I get the error below.

itp-3 [1] : Not authorized.
Cause : Not authorized IP : 0:0:0:0:0:0:0:1
Action : Contact support.



 Comments   
Comment by ubTools Support [ 16/Jan/10 05:58 PM ]
A strange IP returned by the system.

can you please add this 0:0:0:0:0:0:0:1 IP to Authorized Clients by ubAdmin ? Then, restart your servlet container.

Comment by ubTools Support [ 29/Jan/10 12:14 PM ]
Looks it's a V6 IP address.

does it work ?





[PSUP-125] I am trying to installl ubtools and I am Getting the error describe in page , when I go to homepage to get the evaluation key I see: you dont have access.. Created: 22/Oct/08  Updated: 13/Nov/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - License Request Priority: Major
Reporter: Marcel Rosa Assignee: ubTools Support
Resolution: Customer Timeout Votes: 0

Product: itrprof SQL Analyzer

 Description   
I'd like the license key for evaluation of ubtools , I put LICENSE_KEY=EVALUATION ,
try to run the analyzer and get the error about license, in the doc I see to go to homepage and get the license , but when I chick in the
homepage and go to the bottom I see other message:

You do not have the roles required to access this portlet.



 Comments   
Comment by ubTools Support [ 23/Oct/08 07:36 AM ]
Hello Marcel,

There are 2 different accounts at ubTools.com as defined at http://www.ubtools.com/web/public/about/news/new_ubtools_accounts.

Since you could create this issue, you had created a Support Account. To generate license keys or use ubTools Web Package as online, you need to create Portal Account.

For un-logged in users, there is "Sign In" link at the top of every pages. Click it and create a portal account. Then, log in. After log in, you will be get permission to generate license keys or run ubTools Web Package as online.

Let me know if you encounter a problem.

regards...

Comment by ubTools Support [ 28/Oct/08 09:03 AM ]
could you generate a license ?
Comment by ubTools Support [ 13/Nov/08 09:56 AM ]
Closing with "Customer Timeout" status.




[PSUP-124] . Created: 17/Oct/08  Updated: 13/Nov/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - itrprof SQL Analyzer Priority: Major
Reporter: yuceh Assignee: ubTools Support
Resolution: Customer Timeout Votes: 0

File Attachments: Zip Archive ar_ora.zip    
Product Version: 10

 Description   
.

 Comments   
Comment by ubTools Support [ 20/Oct/08 08:58 AM ]
There is no problem description in this issue. I guess you want us to interpret your trace file.
TOP STATEMENTS ORDERED BY RESPONSE TIME

Statement# 	Statement 	Response time 	Service time 	Wait time 	Logical IO 	in Overall(%)
----------- 	--------------------------------------------------- 	-------------- 	------------- 	---------- 	----------- 	--------------
2  	SELECT apps.xxkrs_cst_get_item_type_ctg (o251371.i  	3,439.97  	3,425.76  	14.21  	495,463,680  	68% 
8  	SELECT NVL(L.ACCOUNTED_DR,0)-NVL(L.ACCOUNTED_CR,0)  	1,516.72  	1,507.32  	9.40  	45,640,708  	30% 
1  	UN-KNOWN CURSOR 3  	61.53  	0.00  	61.53  	0  	1% 
7  	SELECT DECODE (:B4 , 'T', DECODE (:B3 , 'C', MSI.I  	17.24  	8.93  	8.31  	437,446  	0% 
6  	SELECT Z.ITEM_COST FROM (SELECT X.ITEM_COST FROM X  	16.46  	8.73  	7.73  	114,563  	0% 
5  	SELECT PROFILE_OPTION_VALUE FROM FND_PROFILE_OPTIO  	0.00  	0.00  	0.00  	3  	0% 
4  	SELECT PROFILE_OPTION_ID, APPLICATION_ID, SITE_ENA  	0.00  	0.00  	0.00  	3  	0% 
3  	SELECT FPOV.PROFILE_OPTION_VALUE FROM FND_PROFILE_  	0.00  	0.00  	0.00  	5  	0% 
----------- 	--------------------------------------------------- 	-------------- 	------------- 	---------- 	----------- 	--------------
total  	  	5,051.91  	4,950.74  	101.17  	541,656,408  	100% 

The statement# 2 and 8 look having high consumption when compared to others.

Unfortunately, there is no execution plan to go forward. I recommend you getting traces for individually for each statements by i.e sqlplus. Or, check your application if your cursors of these statements are closed after they are completed. When cursors are closed, their respective execution plans are dumped to traces.

Comment by ubTools Support [ 28/Oct/08 09:02 AM ]
will there be new traces for further diagnosis ?
Comment by ubTools Support [ 13/Nov/08 09:56 AM ]
Closing with "Customer Timeout" status.




[PSUP-123] How to install ubSQL in Linux - Debian Created: 19/Sep/08  Updated: 09/Oct/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - ubSQL Priority: Major
Reporter: Wini Nguyen Assignee: ubTools Support
Resolution: Customer Timeout Votes: 0

Product Version: ubSQL-4.2.2

 Description   
When I make link ubSQL to generate ubSQL executable as <oracle> user, I got the error message:
"make: *** No rule to make target `build`. Stop."

I installed GCC in OS but i could not works

Please help me how to install it in Linux - Debian

Thanks in advance.

Wini Nguyen



 Comments   
Comment by ubTools Support [ 19/Sep/08 10:41 AM ]
I need your Linux kernel version, CPU(x86,etc), Orace version in which you're compiling, and operation how you're compiling ?

thanks...

Comment by ubTools Support [ 09/Oct/08 03:06 PM ]
Closing with Resolution status of Customer Timeout.




[PSUP-122] License key Created: 04/Jul/08  Updated: 07/Jul/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - itrprof SQL Analyzer Priority: Critical
Reporter: gabriel mantovani Assignee: ubTools Support
Resolution: Answered Votes: 0

Product Version: itrprof SQL Analyzer 6.2.4

 Description   
I already entered the license key in the parameters file but I still get the message "java.lang.UnsupportedOperationException: ppf-03 [0] : Initialization parameters error. Cause : java.lang.UnsupportedOperationException: Not a proper license key for the host britw00107. Action : Contact support."

The parameter file is configured like this:

  1. Editable...: YES
  1. To configure this file, refer to ubTools Installation Manual.

INPUT_BUFFER_SIZE = 4096

OUTPUT_BUFFER_SIZE = 4096

MAXIMUM_FILE_SIZE = 190485760

LICENSE_KEY = MC8zLzEtZmBjc2hkbSFsYG91bndgb2gtZmBjc2hkbS9sYG91bndgb2hBZmxgaG0vYm5sLWB1bnIhbnNoZmhvLWl1dXE7Li52dnYvYHVucm5zaGZoby9ibmwtY3NodXYxMTAxNi8tMS0wMzA0MDg1ODc2MDk1LTAzMDc1ODE4NzYwOTUtNC0w



 Comments   
Comment by ubTools Support [ 06/Jul/08 09:53 AM ]
The correct license key emailed you.

Let me know if it works.

Comment by ubTools Support [ 07/Jul/08 11:44 AM ]
It's emailed that it worked.




[PSUP-121] Can`t generate a report Created: 03/Jul/08  Updated: 06/Jul/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - itrprof SQL Analyzer Priority: Major
Reporter: gabriel mantovani Assignee: ubTools Support
Resolution: Answered Votes: 0

File Attachments: PNG File Screenshot.png    
Product Version: itrprof SQL Analyzer 6.2.4

 Description   
When a choose the *.trc file to be analyzed and click the button "Analyze" it doesn't show a report just the screen in the attached file and if I click on of the links it show me the trc file as shown in the text editor.

 Comments   
Comment by ubTools Support [ 03/Jul/08 02:00 PM ]
Hello,

What is you Servlet Container(Tomcat,Resin,etc. ? Before using ubTools, we should be sure if your Servlet Container is up and running ?

The steps are defined at http://www.ubtools.com/ubtools/ubtools_web_package_installation.html.

If you still get a problem, let me know.

Comment by ubTools Support [ 06/Jul/08 09:55 AM ]
This issue looks solved since PSUP-122 was created.




[PSUP-120] I have installed ubTools, but when I click Analyze in itrprof it gives me an errror Created: 17/Jun/08  Updated: 19/Jun/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - License Request Priority: Major
Reporter: Sofia Smolen Assignee: ubTools Support
Resolution: Answered Votes: 0

Product: itrprof SQL Analyzer

 Description   
Exception: a.lang.UnsupportedOperationException: ppf-03 [0] : Initialization parameters error. Cause : java.lang.UnsupportedOperationException: Not a proper license key for the host RP-LPTP04. Action : Contact support.
a.a.a.c.a(Unknown Source)
a.a.b.a.rb.init(Unknown Source)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
java.lang.Thread.run(Unknown Source)

I have generated license key for my host: RP-LPTP04.redpoint.com and entered this key in the itrprof.properties file.



 Comments   
Comment by ubTools Support [ 18/Jun/08 08:38 AM ]
Hello,

According to the error message, you should generate a license key for RP-LPTP04, not for RP-LPTP04.redpoint.com.

Please regenerate, and let me know the result.

thanks.

Comment by Sofia Smolen [ 18/Jun/08 01:47 PM ]
I generated license key for RP-LPTP04 and had an error 'Unauthorized access'. Then I generated key using my IP address, which did not work either. Unfortunately I did not save keys generated for RP-LPTP04. Is it possible to get key for RP-LPTP04 and why this key did not work?
Comment by ubTools Support [ 19/Jun/08 10:08 AM ]
Hello,

The license key you generated emailed you.

You got Unauthorized access, because your IP address is not defined in webapps/ubtools/WEB-INF/classes/com/ubTools/servlet/itrprof/AuthorizedClients.txt

Or, you can use ubAdmin web page to setup ubTools product.

Comment by Sofia Smolen [ 19/Jun/08 07:45 PM ]
Thank you, the issue is resolved.
Comment by ubTools Support [ 19/Jun/08 07:48 PM ]
Closing...




[PSUP-119] Please provide me the evaluation key to use istatsPackAnalyzer Created: 25/Feb/08  Updated: 03/Mar/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - Other Priority: Major
Reporter: shyam swaminathan Assignee: ubTools Support
Resolution: Answered Votes: 0


 Description   
500 Servlet Exception
java.lang.UnsupportedOperationException: ppf-03 [0] : Initialization parameters
error. Cause : java.lang.UnsupportedOperationException: License key not
entered for the host A6DBA04. Action : Contact support.

 Comments   
Comment by ubTools Support [ 26/Feb/08 07:39 AM ]
Hello,

You should generate an evaluation license key for your host at http://www.ubtools.com/web/public/downloads.

There is a section at the bottom of the page named "Generating Evaluation License Keys". If you don't have permission to see, you should connect by your portal account(not support account).

regards...

Comment by ubTools Support [ 26/Feb/08 07:42 AM ]
The steps are defined at http://www.ubtools.com/ubtools/ubtools_web_package_installation.html#generatingLicenseKey




[PSUP-118] Unused preFetchMemorySize removed from sUserInterface struct. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.2

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.2

 Description   
.




[PSUP-117] Extent fetch in getRowIDRanges() done by OCI_ATTR_PREFETCH_ROWS. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.2

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.2

 Description   
.




[PSUP-116] errorText parameter type of printError() and exitWithError() changed from (char *) to (const char *) Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.1

 Description   
.




[PSUP-115] Pad columns added to structs for allignment. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.1

 Description   
.




[PSUP-114] OSDGetHostName() defined. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.1

 Description   
.




[PSUP-113] WARNING: Uninitialized "free(sqlStatement)" in getRowIDRanges() removed. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Bug) Votes: 0

Product Version: ubSQL 4.2.1

 Description   
.




[PSUP-112] Unused parameters and variables removed. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.1

 Description   
.




[PSUP-111] New error code: ubSQL-1 [7] "REQUESTED MEMORY SIZE TOO LARGE". Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-110] New error code: ubSQL-1 [6] "REQUESTED MEMORY SIZE TOO LARGE". Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-109] New error code: ubSQL-1 [5] "REQUESTED MEMORY SIZE TOO LARGE". Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-108] New error code: ubSQL-4 [16] "OUTPUT_FILE_NAMES MAX COUNT EXCEEDED". Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-107]  "RAW_EXPANSION_FACTOR 2" defined for "ubSQL-6 [1] FETCHED DATA TRUNCATED OR NULL" error code on RAW data type. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: None

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Bug) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-106] Timed based performance statistics added. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-105] New error code: ubSQL-2 [15] "UNABLE TO WAIT FOR SEMAPHORE". Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-104] Table split operation optimized by BLOCK count than EXTENT count. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-103] TABLE_SPLIT_LEVEL parameter added. Values: AUTO,TABLE,PARTITION,SUBPARTITION Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Major) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-102] THREADS_PER_OBJECT parameter renamed to FETCH_THREADS. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-101] ubSQL-10 [26] added. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-100] ubSQL-6 [2] added. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-99] ubSQL-4 [31] added. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-98] ubSQL-3 [0] removed. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-97] Unused parameters(REMOTE_SESSIONS,FETCH_BUFFERS_PER_SESSION,MULTIBLOCK_IO_COUNT,MAX_OPEN_DATAFILES) removed. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-96] "READ MODE" column removed from showOperation(). Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.




[PSUP-95] ORA-01017 in Oracle 11.1. Changing password to upper case in connectOperation() removed. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.2.0

 Description   
.

 Comments   
Comment by ubTools Support [ 11/Feb/08 02:12 PM ]
.




[PSUP-92] MAX_EVALUATION_UNLOAD_ROWS changed from 1000000 to 10000000 Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.1.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.1.0

 Description   
.




[PSUP-91] ubSQL-7 [14] error code added. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.1.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.1.0

 Description   
.




[PSUP-90] ubSQL-7 [13] error code added. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.1.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.1.0

 Description   
.




[PSUP-89] ubSQL-7 [12] error code added. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.1.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.1.0

 Description   
.




[PSUP-88] ubSQL-7 [11] error code added. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.1.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0

Product Version: ubSQL 4.1.0

 Description   
.




[PSUP-87] license.c added. Created: 11/Feb/08  Updated: 11/Feb/08

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.1.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Major) Votes: 0

Product Version: ubSQL 4.1.0

 Description   
.




[PSUP-81] MAX_EVALUATION_UNLOAD_ROWS changed from 100000 to 1000000 Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.10

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-80] ubSQL-8 [0] added. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.9

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-79] Product EVALUATION added. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.8

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-78] printCommandLineHeader() is the first function. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.8

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-77] MAX_SQL_TEXT_SIZE changed from UB1MAXVAL*10 to UB1MAXVAL*30. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.7

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-76] "TRAILING NULLCOLS" added to sqlldr control file script if _LAST_COLUMN_DELIMITED=FALSE Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.6

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-75] _LAST_COLUMN_DELIMITED parameter added. Default value: FALSE. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.6

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-74] Conversion to uppercase removed from LINE_DELIMITER. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.5

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-73] "unsigned int" type cast done in the 3rd parameter of base64_encode(),base64_decode(). Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.5

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-72] pUserInterface->lineDelimiter type changed from char to ub1. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.5

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-71] WARNING added for sql*loader script if LINE_DELIMITER!='\n' Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.4

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-70] ubSQL-4 [27],ubSQL-4 [28],ubSQL-4 [29],ubSQL-4 [30] errpr codes added. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.4

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-69] ubSQL-7 [1] message changed. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.4

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.

 Comments   
Comment by ubTools Support [ 29/Sep/07 01:07 PM ]
old: "UNABLE TO CREATE WRITER THREAD"
new: "UNABLE TO CREATE THREAD"




[PSUP-67] LINE_DELIMITER parameter added. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.4

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-66] Error code "ubSQL-2 [9]" removed. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-65] OCI_EXTRACT_MULTIPLE used for SESSION_PARAMETERS. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.2

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-64] "LOAD DATA" and "TRAILING NULLCOLS" removed from sqlldr script. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.2

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-63] ubSQL-6 [1] error code added. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-62] Column names in sqlldr scipts are enclosed by '"' character. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-61] Column length added to sqlldr script to exceed default sqlldr CHAR length of 255. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Bug) Votes: 0


 Description   
.




[PSUP-60] NLS formats added to sqlldr script for TIMESTAMP,TIMESTAMP WITH TIME ZONE,TIMESTAMP WITH LOCAL TIME ZONE,INTERVAL YEAR TO MONTH,INTERVAL DAY TO SECOND data types. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-59] MAX_NUMBER_TEXT_SIZE increased from 39 to 127. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-58] SESSION_PARAMETERS added. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Major) Votes: 0


 Description   
.




[PSUP-57] DATE_FORMAT removed. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 4.0.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-56] Truncation error code encountered if char size of DATE_FORMAT increased. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.2.2

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Bug) Votes: 0


 Description   
.




[PSUP-55] EXIT_ON_ERROR parameter added. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.2.2

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-54] INDICATOR_NULL_ID control added. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.2.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-53] Oracle did not catch truncations for remainder rows in array fetch. Catched by ubSQL. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Bug) Votes: 0


 Description   
.




[PSUP-52] NLS_EXPANSION_FACTOR parameter added for multibyte database character sets. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-51] Stops on UN-KNOWN data types. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-50] New data types: RAW,TIMESTAMP,TIMESTAMP WITH TIME ZONE,TIMESTAMP WITH LOCAL TIME ZONE,INTERVAL YEAR TO MONTH,INTERVAL DAY TO SECOND Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-49] OCIGetColumnTextSize() added. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.2.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-48] When THREADS_PER_OBJECT>1, wrong data unloaded on some platforms(SUN). No problem on Linux. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.1.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Bug) Votes: 0


 Description   
.

 Comments   
Comment by ubTools Support [ 29/Sep/07 12:50 PM ]
CAUSE: unload1Arg->threadID was ub1. But, passed as ub2 to OCICreateWriterThreads().
FIX: All thread id variables convered to ub2 from ub1.




[PSUP-47] PERFORMANCE: Calculating virtual rowid removed. DBA_EXTENTS rows used instead. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.1.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-46] threadID outputFile extension removed if THREADS_PER_OBJECT=1. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.1.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-45] OUTPUT_FILE_TYPE removed. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.1.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-44] LONG,LONG RAW support removed. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.1.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-43]  M_OSD_SEM_TRYWAIT() defined. But, not used yet. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.1.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-42] PERFORMANCE: switched to array fetch from prefetch because of a perfomance problem by a factor of 1:10 on fast,multi-cpu machines. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.1.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-41] ubSQL-1 [4] on HP-UX. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-40] in sUserInterface() Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.

 Comments   
Comment by ubTools Support [ 29/Sep/07 12:44 PM ]
old: ub1 outputBuffersPerFile;
new: ub2 outputBuffersPerFile;




[PSUP-39] WARNING: ncompatible with parameter of type "void (*)(void *)" ... "(void *) procedureName" of OCICreateWriterThreads(). Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.

 Comments   
Comment by ubTools Support [ 29/Sep/07 12:43 PM ]
fix: (void *) procedureName --> (void (void *))




[PSUP-38] ubSQL-10 [25] added. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-37] HP-UX WARNING: integer conversion resulted in a change of sign "return FAILURE_ID" in OCIGetMaxBlockID(). Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.

 Comments   
Comment by ubTools Support [ 29/Sep/07 12:41 PM ]
FAILURE_ID --> UNSIGNED_FAILURE_ID




[PSUP-36] Semaphore allocation reduced. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-35] _REENTRANT defined. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-34] OSDSemDestroy(),M_OSD_SEM_POST(),M_OSD_SEM_WAIT() defined. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-33] OSDTextWriter() and OCICoreUnload() are now cancelable. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Bug) Votes: 0


 Description   
.




[PSUP-32] columns padded in case of compiler may not. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-31] warning: ISO C90 forbids variable-size array `sqlStatement' Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.

 Comments   
Comment by ubTools Support [ 29/Sep/07 12:35 PM ]
array allocation of sqlStatement[] --> OSDMalloc(),OSDCalloc().




[PSUP-30] ubSQL-10 [24] Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Bug) Votes: 0


 Description   
.

 Comments   
Comment by ubTools Support [ 29/Sep/07 12:33 PM ]
OSDSemInit() defined.




[PSUP-29] (TRU64): "behavior is undefined. (undefvarmod)" message in OCIUnloadOperation2(). Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.2

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Bug) Votes: 0


 Description   
.

 Comments   
Comment by ubTools Support [ 29/Sep/07 12:31 PM ]
old: bs = ++bs % pUserInterface->outputFileNames->count;
new: bs = (bs+1) % pUserInterface->outputFileNames->count;




[PSUP-28] Expires in 30-NOV-2006. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-27] OUTPUT_FILE_SWITCH_ROWS parameter removed. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-26] "Segmentation fault" when LONG column used. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Bug) Votes: 0


 Description   
.




[PSUP-24] "terminated by signal BUS (invalid address alignment) in kpusattr() by OCIAttrSet().". Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Bug) Votes: 0


 Description   
"terminated by signal BUS (invalid address alignment) in kpusattr() by OCIAttrSet().".
sUserInterface.preFetchRows from ub2-->ub4.




[PSUP-23] outputBuffer filler threads added. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 3.0.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Major) Votes: 0


 Description   
.




[PSUP-22] GENERATE command --> CREATE command. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 2.0.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-21] local variables length: MAX_SQL_TEXT_SIZE --> strlen(userInterface->sqlStatement). Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 2.0.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-20] When currentThreadID=1, *snap_in of OCIStmtExecute() set to NULL. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 2.0.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-19] (OCISnapshot *) reads used only in OCISnapshotExecute(). Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 2.0.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-18] UB4MAXVAL control on blockID while generating ROWID. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 2.0.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-17] Multi-Sessions Unload. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 2.0.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Major) Votes: 0


 Description   
.




[PSUP-16] ubSQL-4 [12] TEXT TOO LONG Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 1.0.5

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-15] OCI_ATTR_DATA_SIZE / ub4->ub2 Ref: Metalink Note:332084.1 / Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 1.0.4

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-14] OCIPrepareStatement() comes before called. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 1.0.4

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-13] FEEDBACK_ROWS added. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 1.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-12] DATE_FORMAT added. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 1.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-11] OUTPUT_DIRECTORIES and OUTPUT_FILE_NAME merged to OUTPUT_FILE_NAMES. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 1.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-10] Delimiter of last column removed. This is a test request. Rollback after the tests. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 1.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-9] MAX_SQL_TEXT_SIZE changed from UB1MAXVAL to UB1MAXVAL*10. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 1.0.3

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-8] Session Pool removed. Used OCILogon2(),OCILogoff() instead. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 1.0.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-7] Handle structures moved from OSDMalloc() to OSDCalloc(). Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 1.0.1

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Minor) Votes: 0


 Description   
.




[PSUP-3] Initial version. Created: 29/Sep/07  Updated: 29/Sep/07

Status: Closed
Project: PUBLIC_SUPPORT
Fix Version/s: ubSQL 1.0.0.0

Type: ubTools - ubSQL Priority: Major
Reporter: ubTools Support Assignee: ubTools Support
Resolution: Product Update (Major) Votes: 0


 Description   
Initial version.




Generated at Wed Apr 24 01:24:07 UTC 2024 using JIRA Standard Edition, Version: 3.12.3-#302.