Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
MaxDB
Page 24 of 129 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10  

LOADER ERROR: -25801 Internal error [vls28_TLoad.cpp, 1450, -25342];

Hello I am trying to move a user from my linux instance to my windows instance using maxdb 7.6.0.12 - I receive this error User SECURITY connected to database PROD schema SECURITY on local host. T

Problem with LOADERCLI and schema names...

Hi I want to import a user 's objects and data using a different user because I need to create a copy of the same schema on the same instance with the same data. First problem I found is that I hav

Error importing user schema with loadercli

Hi I try to export/import a database schema with all tables and data using loadercli with the following command TABLELOAD USER CATALOG INSTREAM 'cativen-catalog.dat ' DATA INSTREAM 'cativen-data

Subject: Update Statistics Issue

Hi How often do I have to use Update Statistics Statement? Do you usually schedule it to run at night once a week? How can I schedule it using cron? What is the correct syntax? best regards --

Subject: DBD::MaxDb compilation error

Hi Here 's a description of my problem Test machine 64-bit hpux 11.11 PERL version 5.8.1 Compiler Version gcc-3.3.3 Perl has been built with gcc and not default HPUX-C. I am trying to compile th

MaxDB 101

Can someone please tell me how you can check to see who has what server authorizations? I am trying to run the following command dbmcli -d dbname -u control control scheduler_start Comes back wi

Problem: MaxDB mit Networker sichern

Hi bei der Sicherung einer MaxDB Instanz mit dem externen Sicherungstool Networker bekomme ich folgende Fehlermeldung Error The backup tool failed with 0 as sum of exit codes.(-24920) Woran k?nn

AW: Restore only with the datafile

Hello Henrik so i 've got one copie of the datafile and the AutoLogBackup files no backup. I mean to restore so - start the database in admin mode - initialize the database whith dummy Backup (

Restore only with the datafile

Can i restore if i 've got only the datafile? We will use split mirror. Best regards J?rg Wenzel

Network gets unreachable under load

Hi we are using Xen3.0.1tha3 with kernel 2.6.12.6 on a debian maschine with built in Broadvom tg3 NICs and the current debian testing maxdb. If there is low traffic on the network everything runs fi

Backup_start error

I have done the following to try and get the backup_start to execute. * created a backup medium (to pipe) * created the config file with minimal parameters * enter the commands dbmcli -d dbname -u

Database Erros

Sometimes the db goes off-line and I can 't tell why... Today at noon it happened again. Knldiag.err shows the following 2006-01-16 00 11 53 --- Starting GMT 2006-01-16 02

Subject: Automate Database Backups

In our shop we use Veritas Netbackup. It talks about using the BACKINT executable to run database backups for MaxDB. I am still sifting through the rubble on this but would appreciate any tips from us

: Version 7.5.00.24 of MaxDB software available now

Hi all the new MaxDB software version 7.5.00.34 is now available for download. Download -------- You can download the new software packages from the following locations - Server packages http //

SAPDB 7.3.00.24 Himem / LowMem

We have SAPDB 7.3.00.24 on a 8 processor Compaq DL 760 under Fedora Core 4 with 4 GB RAM. It seems that the database is acquiring the designated memory from the highmem ist there a possibility to ta

AW: Error when execute query...Unknown column name:S_ANCHOR

F.mangiacrapa wrote > > Auto Commit On SQL Mode Internal Isolation Level Committed > Column not found -4005 POS(668) Unknown column name S_ANCHOR > > > Why this error when execute query?????

PHP module: Stored Procs & X86_64

The link below states that this module runs on X86_32 but no mention about x64? Doesn 't it run on a x64 web server that accesses a MaxDB installation installed on a x64 server? http //dev.mysql.com/d

Subject: Re:maxdb: Perl + Unicode

Hi Sven I just take a look at maillist. From my point of view it is SQLDBC bug because I get column name by SQLDBC_ResultSetMetaData_getColumnName (imp_sth- >m_rsmd

maxdb instance help

Hello Alfonso If you are administrator or root on your machine you can 1. Make the database invisible Windows Remove key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAP DB

disk full, now kernel dies before reaching admin state

Hi we had problems with our server. The disk ran full. Now when trying to set the DB online or to admin state it says 1497-1 SAG_VIP # dbmcli -d SAG_VIP -u dbm dbm db_online ERR -24994 ERR_RTE run

Error when execute query...Unknown column name:S_ANCHOR

Auto Commit On SQL Mode Internal Isolation Level Committed Column not found -4005 POS(668) Unknown column name S_ANCHOR Why this error when execute query????? How can I fix this problem? De

Subject: What does this error imply?

Found in the Database Manager Protocol log. 2006-02-21 11 34 28 0x00005c50 ERR -24988 DBM ERR_SQL sql error 0x00005c50 ERR -24988 DBM 100 Row not found -- Max

AW: Extended probelem for With recursive and inline view

Hi Not tested but something in this direction could help Declare c cursor for With recursive px (S_ANCHOR E_ANCHOR dcl_found) as ( select startanchor endanchor decode (LABEL 'dcl ' 'YES ' 'N

Path of INCLUDE for cpc compiler

Hello there Where can we set the path of header files for the INCLUDE statement? When we use "EXEC SQL INCLUDE headerfile.h " where the 'CPC ' looks for header file? And how can we change th

Inline view and WITH recursive query

Hi a question but "inline view " SELCT * > FROM ( > SELECT id start > FROM ANNOTATION > ) B > > and DECLARE C CURSOR DECLARE C CURSOR FOR WITH RECURSIVE.... they can be present in the sam

WITH common table expression!!

2006/2/18 F.mangiacrapa <f.mangiacrapa@(protected) > > Hi > > I would want to know if the common table expression exist in maxdb and as I > can use them. the clause with does not work in SQL studio.

WITH common table expression!!

Hi I would want to know if the common table expression exist in maxdb and as I can use them. the clause with does not work in SQL studio. WITH B(id start) AS( SELECT id start

Subject: DECLSPEC_UUID problem

Hi there My 1st question is what is the use of this macro DECLSPEC_UUID() inside the header file "livecachetypes.h "? Actually I am getting the below error when I compile any piece of code wit

Problem with SQL-Studio after moving to a virtual maschine ????

Hello Everybody Me moved our DB-Server to a virtual maschine (Linux und VMWare ESX Server) First everything looks good but now we found a problem All our tables have been created by a user "progi "

Problem with locks

Hi I 'm new in MaxDB and I 'm having some problems with it. First I have 2 branches of my office but boith access the same database. One of them has an slow connection and sometimes when they try to
Page 24 of 129 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10