<< Back to previous view

[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-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-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-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 Tue Apr 30 13:19:44 UTC 2024 using JIRA Standard Edition, Version: 3.12.3-#302.