Search found 106 matches

by Josh
Fri Jun 13, 2014 3:11 pm
Forum: Vertica SQL
Topic: Can't convert to date!
Replies: 2
Views: 9626

Re: Can't convert to date!

Arghhhhh! :evil: Thanks, Jim! That was what I was missing...
by Josh
Fri Jun 13, 2014 1:32 pm
Forum: Vertica SQL
Topic: Can't convert to date!
Replies: 2
Views: 9626

Can't convert to date!

This is driving me crazy! What am I doing wrong? :shock: dbadmin=> select to_date(20140613, 'YYYYMMDD'); ERROR 3457: Function to_date(int, unknown) does not exist, or permission is denied for to_date(int, unknown) HINT: No function matches the given name and argument types. You may need to add expli...
by Josh
Fri May 16, 2014 4:00 pm
Forum: New to Vertica Database Administration
Topic: How to order columns in constraint_columns table?
Replies: 1
Views: 5314

How to order columns in constraint_columns table?

Hi, I know I can query the constraint_columns table to get a list of columns in my table constraint. However, there is no way to order the columns for each constraint in the position in which they were created. dbadmin=> create table c (c1 int, c2 int, c3 int, primary key (c1, c2, c3)); CREATE TABLE...
by Josh
Thu Apr 24, 2014 3:38 pm
Forum: Vertica Error Codes
Topic: ERROR 2826 when querying configuration_parameters
Replies: 5
Views: 30380

Re: ERROR 2826 when querying configuration_parameters

Thanks, norbertk, that is what I figured... But I wonder if showing that SQL file as part of the error is a bug? Shouldn't the error be similar to the one shown on a normal user table? dbadmin=> create table test (t varchar(1)); CREATE TABLE dbadmin=> insert into test values ('A'); OUTPUT -------- 1...
by Josh
Thu Apr 24, 2014 2:55 pm
Forum: Vertica Error Codes
Topic: ERROR 2826 when querying configuration_parameters
Replies: 5
Views: 30380

ERROR 2826 when querying configuration_parameters

Anyone know why I might be getting this weird error?

Code: Select all

dbadmin=> select * from configuration_parameters where default_value = 1;
ERROR 2826:  Could not convert "/opt/vertica/log/annotatedExplainSQL.sql" from column cp.default_value to a float8
I am using Vertica 7.0.1 on a DEV box...
by Josh
Thu Apr 03, 2014 6:57 pm
Forum: Vertica Backup & Recovery
Topic: Backup error "checkpoint epoch lags snapshot epoch"
Replies: 0
Views: 13476

Backup error "checkpoint epoch lags snapshot epoch"

Anyone know what the following errors mean when performing a backup? WARNING 4221: object_snapshot failed attempt=1: Projection test,emp_name_b0 checkpoint epoch lags snapshot epoch HINT: Tried snapshot epoch: 4221358. Retrying up to 4 times WARNING 4221: object_snapshot failed attempt=2: Projection...
by Josh
Wed Mar 05, 2014 2:03 pm
Forum: New to Vertica
Topic: Super-sized Epoch
Replies: 6
Views: 12472

Re: Super-sized Epoch

it would take some 18,000 years before it overflows/explodes
Ok, I feel a lot safer now as I won't be around then :)

Go to advanced search