Quantcast
Browsing all 14773 articles
Browse latest View live

Spool Space Usage - response (1) by VBurmist

Hello Kishore, For the average, you can setup a script that would run, say, every one hour or every 10 minutes, and insert-select from dbc.databases the "currentspool" field, grouped by databasename,...

View Article


Spool Space Usage - response (2) by VBurmist

p.s. also take Skew into account, because spool space limit is divided equally across the AMPs.   So, in reality, it would be more precise to capture maximum value across AMPs also (group by both...

View Article


regarding the conversion of currency from INR to n e other currency -...

Hi, How about joining on currency_code, start_date and end_date with source_code,start_date and end_date of  2nd table and get the calculation ?  Please do verify your data also, or get the design...

View Article

regexp_replace woes - response (4) by dougfy

I have opened DR 168432 and we have done a recheck to see what is not correct with these functions.  Here are items where our documentation is wrong: 1) If the startSearch parameter is not specified,...

View Article

Increase the size of DBC - response (2) by sk73

Yes. Thanks Dieter. Even in the 1 TB version, I found DBC to have -ve space and could not complete the post-restore steps happily. So, I set the user databases to 0 sizes and then did an updatespace on...

View Article


can change the perm of DBC? - response (3) by sk73

We cannot change the perm of DBC. Modify the sizes from the databases under DBC that are of no importance as per your judgement. (or) Keep using GIVE, MODIFY DATABASE and UPDATE SPACE while checking...

View Article

Can we Have a Column Partition on a MLOADED table? - response (2) by Rakesh71

Thanks Saeed

View Article

Increase the size of DBC - response (3) by Raja_KT

Hi Dieter, You are my guru. I don't know much about SYSINIT. Is it that utility where we can configure the DBS variables  and GDOs on the screen and have multiple choices? Once it is done can it be...

View Article


Recursive Query - response (15) by Sarah_07

Hi Dieter, Thanks for the suggestion. The data type for A.ACT_DATE is VARCHAR. I don't know why they have defined a date column as varchar field. But we have to code according to that :) 

View Article


Who aborted the session/query? - forum topic by Kishore_1

I want to know who aborted a particular query or session. Got a pointer towards same from Dieter's post in the forum, and query is: SELECT TheDate, TheTime, Event_Tag,      Category, Severity, PMA,...

View Article

Two Point Commit - forum topic by Kishore_1

I have wriiten an update statement inside a BT-ET block.Now the update will be performed in all/some AMPs of the database table(based on filter condition).The update will fail, if any of the...

View Article

regarding the conversion of currency from INR to n e other currency -...

Hi Peiter,  when you join two tables, both of them having start_date and end_date, then the join condition for those columns (in addition to currency_code, etc.) should be:       table1.start_date...

View Article

Get previous column vale till it reaches another not null value - response...

Hi Bikky,  There is one more option.   Apart from using the Ordered Analytical Functions, you might want to introduce the Start_date and End_date into the LKP table.   This approach would correspond to...

View Article


Table Copy - response (7) by vasudev

Hi Dieter, When i create a big table using "create table as" what is the impact on the transient journal? Whether the TJ is loaded with all the data or its like insert select into the empty table which...

View Article

Synchronized scanning - response (12) by vasudev

Hi, Whether the synchronized scan work for PPI tables also?

View Article


Types of locks during Fastload abort-? - response (7) by Nishant.Bhardwaj

Hi Experts, Your opinions on the below pls.  cheers! Nishant

View Article

Performance tuning of a Fast Load Script- - response (2) by Nishant.Bhardwaj

Hi Experts, Your opinions on the below pls.  cheers! Nishant

View Article


Start from specific sql in Stored Procedure - forum topic by sachin.sebastian

Is it possible to start execution of a Stored Procedure from a specific location? My SP has a series of sqls with STEP_ID assigned. I need to pass a STEP_ID value and excute only from that STEP_ID till...

View Article

Start from specific sql in Stored Procedure - response (1) by ulrich

check the manuals  you have if then else and case construct to achive what you want. Ulrich

View Article

Performance tuning of a Fast Load Script- - response (3) by ulrich

it will depend on your source data.  In some cases network bandwidth is an issue. If you have a wide interface and it is defined with fixed and it contains many variable length char target columns  it...

View Article
Browsing all 14773 articles
Browse latest View live