docker-sybase
docker-sybase copied to clipboard
Database creation
Hi,
Thx for your configuration.
I would like to create different databases but it seems i can't do it.
Can you help me ?
Thx
Bit late, but could help others. You can check derived container with db creation support here https://hub.docker.com/r/datagrip/sybase https://github.com/DataGrip/docker-env/tree/master/sybase
Thank you for the configuration. I would like to find an image with version 12.5. 🙏🏻 Do you have it available?
Hi,
I load database from some dump files, and get the error message: load database xxx from '/dump/xxx.dmp'
Backup Server session id is: 5. Use this value when executing the 'sp_volchanged' system stored procedure after fulfilling any volume change request from the Backup Server. Backup Server: 4.177.2.1: The database page size of 16384 bytes obtained from ASE is different from the database page size of 8192 bytes read from the dump header. The LOAD session must exit.
SELECT @@maxpagesize then get 16384
how can I configure maxpagesize=8192 ? can you help me? Orz
Thx.