× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
Diksha.kushwah(*) reported 2015-08-04T09:12:41Z  · tariqrahiman last modified 2015-08-17T17:01:59Z

"Memory Threshold" option is disabled for Lob data types in Alter table window.


Priority Low
Complexity Unknown
Component DB - Sap Hana
Version 17.0
Version: 17.0.0-alpha-1
Build #: 45030
Build Date: 2015-Aug-02 09:25:07 AM
 
Operating Environment: Windows 7 (6.1, amd64) / Cp1252 / en / US / Oracle Corporation 1.8.0_40-b26
Memory: Max=704,643,072;  Total=281,542,656;  Free=129,859,752;  CPUs=8
 
Steps to reproduce:
 
Connect to SAPHANA
 
Create table using following script:
 
CREATE TABLE "Lob_type"  ( 
"c1" BLOB MEMORY THRESHOLD 1000,
"c2" CLOB MEMORY THRESHOLD 1000,
"c3" NCLOB MEMORY THRESHOLD 1000 
)
UNLOAD PRIORITY 5
GO
 
Right click on Lob_type table in tree node-> click on ALter Table
 
Go to column c1,c2 and c3 in Alter table window and go to their column properties
 
Memory Threshold option is disabled in Alter table window
 
Execute following script for Alter the Memory Threshold option:
 
ALTER TABLE "Diksha"."Lob_type" ALTER ("c1" BLOB MEMORY THRESHOLD 500)
GO
 
ALTER TABLE "Diksha"."Lob_type" ALTER ("c2" CLOB MEMORY THRESHOLD 500)
GO
 
ALTER TABLE "Diksha"."Lob_type" ALTER ("c3" NCLOB MEMORY THRESHOLD 500)
GO
 
Expected Result: Memory Threshold option should be enable in Alter table window.
 
1 attachment

Issue #13626

Closed
Fixed
Resolved 2015-08-07T19:53:01Z
 
 
Completion
No due date
Fixed Build v17.0.0-alpha-8
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017