Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
9answers
1k views

How do you manage schema upgrades to a production database?

This seems to be an overlooked area that could really use some insight. What are your best practices for: making an upgrade procedure backing out in case of errors syncing code and database changes ...
6
votes
3answers
3k views

Are there any good PostgreSQL clients for linux?

I am frustrated of not having a good Linux GUI administration and development tool for PostgreSQL. pgAdmin III is buggy and unusable piece of... hmm, software, compared to Windows-only PostgreSQL ...
5
votes
2answers
207 views

What is good practice for writing web applications that control daemons (and their config files)

Can someone suggest some basic advice on dealing with web applications that interact with configuration files like httpd.conf, bind zone files, etc. I understand that it's bad practice, in fact very ...
3
votes
2answers
36 views

How to correctly make a public synonym

This is a pretty silly one, but I need help. I have a table owned by mydbowner. It is named mydbowner.mytable. I tried to make a public synonym by issuing the command: CREATE OR REPLACE PUBLIC ...
3
votes
5answers
229 views

Very large database, very small portion most being retrieved in real time

I have an interesting database problem. I have a DB that is 150GB in size. My memory buffer is 8GB. Most of my data is rarely being retrieved, or mainly being retrieved by backend processes. I would ...
3
votes
1answer
64 views

What administration tasks (if any) should I perform on a sqlite database?

I'm deploying a client application to several thousand windows machines. Each machine will use a sqlite database as a local datastore, ultimately writing data to a remote server. So the sqlite db ...
3
votes
7answers
308 views

What permissions should Developers have in the Dev database instance

...and how should those permissions be granted. I work in a large IT dept with 70+ applications, some in SQL server and most in oracle. Each system has a prod, QA and Dev instance. We (I'm a ...
2
votes
1answer
236 views

“Cannot open user default database. Login failed.” after installing SQL Server Management Studio Express

I have a database in a local file that is used by a program. The program has limited functionality and I needed to run some quick queries. I installed SQL Server Management Studio Express 2005 ...
2
votes
1answer
47 views

What is QP layer?

From blogs.innodb.com: InnoDB Memcached with Binlog Capability In our earlier Labs release, we presented a MySQL NoSQL solution through InnoDB Memcached Daemon Plugin (see earlier Calvin’s and my ...
2
votes
1answer
148 views

SQL Server: orphaned files script id files not in partition schemas/indexes. Is returning a file - SQL Server throws saying “not empty”

SQL Server: orphaned files script id files not in partition schemas/indexes. Is returning a file which when delete is attempted, SQL Server throws saying "not empty" a) what more could I do to this ...
2
votes
3answers
273 views

front-end for GAE datastore - phpMyAdmin-like for GAE

is there some front end that could allow an admin to insert, update, delete records, and create modify and drop tables from Google Application Engine datastore, just like you do with phpMyAdmin on ...
2
votes
1answer
271 views

Replication - User defined table type not propogating to subscriber

I created a User defined table type named tvp_Shipment with two columns (id and name) . generated a snapshot and the User defined table type was properly propogated to all the subscribers. I was ...
2
votes
3answers
106 views

Possible to programmatically ALTER multiple MySQL tables?

I have multiple MySQL tables with names of the form "Shard_0", "Shard_1", "Shard_2" ... "Shard_n" All of them have identical table structure. They all live in the same database. Say I want to add a ...
2
votes
2answers
386 views

MySQL - How to convert data_length to actual size?

I am trying to optimize the database buffer size, but i am finding the SHOW TABLE STATUS rather cryptic. I know that the data length is "165719261184"- how do i convert that into actual ...
2
votes
2answers
4k views

What's the difference between the Oracle SYS and SYSTEM accounts?

What are the differences between the Oracle SYS and SYSTEM built in accounts? Edit: Apart from 3 letters!
2
votes
11answers
848 views

When developing a new system - should the db schema always be discussed with the stakeholders?

I'm several layers/levels above the people involved in the project I'm about to describe. The general requirement is for a web based issue management system. The system is a small part of a much ...
2
votes
4answers
2k views

How to monitor MySQL space?

I downloaded a VM image of a web application that uses MySQL. How can I monitor it's space consumption and know when additional space must be added?
1
vote
1answer
34 views

Altering an Apache Derby table's derby.storage.pageSize property after creation

Is it possible to change the derby.storage.pageSize property of an existing table? Or do I have to export my data, drop then re-create the table with the new property, and then re-import my data?
1
vote
1answer
99 views

Postgres 9 super slow simple delete

I have a substantial database... not a very large one - around 1gb of data in total. I need to delete some rows from several tables. For example I have a table Order id | ... | status | ... ...
1
vote
1answer
87 views

Fixing Table_locks_waited is high in MySQL

When I'm looking at info of my database I see the following. Table_locks_waited is high. How do I go about mitigating this problem?
1
vote
1answer
32 views

How to improve this MySQL query?

This is what I saw in slow-query.log # User@Host: appUser[appUser] @ [192.168.1.10] # Query_time: 65.118800 Lock_time: 0.000257 Rows_sent: 7 Rows_examined: 78056 SET timestamp=1312883519; select ...
1
vote
3answers
81 views

Random timeout running a stored proc - drop recreate fixes

So I work with a largish database (30 gig) sql 2005 with a .net 3.5 web front end on a 10 year old system. It has new and old bits We are getting a problem that is happening more and more ...
1
vote
1answer
318 views

Truncating table does not make the mysql file smaller

I truncated several huge tables, but the mysql file and database appears to remain at the same size. Does truncate table delete the data from mysql as well?
1
vote
4answers
198 views

PHP - Where can I find a simple database tool that is easy for non-technical users to use?

I'm looking for a simple database admin tool that will allow non-technical users to perform data-entry into a database (imagine a striped down version of phpMyAdmin). It would preferably allow the ...
1
vote
3answers
2k views

How do I find the last time that a PostgreSQL database has been updated?

I am working with a postgreSQL database that gets updated in batches. I need to know when the last time that the database (or a table in the database)has been updated or modified, either will do. I ...
1
vote
2answers
692 views

Oracle DB on Amazon's EC2 + EBS

I just installed Oracle on my Amazon's Virtual EC2 Linux (Ubuntu) Server. Because i'm not really familiar with Oracle Database Administration I'm wondering what files and how i need to move to ESB so ...
1
vote
3answers
1k views

how to move a mysql database to another mount point

I have a MySQL database, it is getting larger and larger and I want to move the whole database to another mount point, where I have enough storage. I want my current data to be transferred, and that ...
0
votes
0answers
21 views

Can we restart a SQL Server instance remotely? [migrated]

I am connecting to SQL server 2008 R2 from a remote machine, but when i right click on the instance in object explorer it shows me Start,Restart,Stop, Pause, Resume options disabled I am connecting ...
0
votes
2answers
36 views

Why is my Android Database not storing anything?

I'm working on an Android app that also involves databases and I've run across a very annoying bug. I'm working on an example taken from the web. The example below works just fine (no logcat errors). ...
0
votes
2answers
284 views

Oracle 10g (32 bit) on Windows 7 x64

Anybody here does have an succesful experience in installing Oracle 10g Release 2 (10.2) for Microsoft Windows (32-Bit) on 64 bit Windows 7? No matter which installation type i select on the first ...
0
votes
1answer
66 views

How to script or copy event notification objects in SQL Server?

I need to transfer some server event notifications objects from one SQL2K8 instance to another. I wanted to use sys.server_event_notifications view but the event (e.g. DDL_TABLE_EVENTS, ...
0
votes
1answer
65 views

Easy way to import rows into MySQL from csv file

I have a csv file that corresponds to what our user table looks like. Essentially we need to do a bulk import, what would be a good way to do this in MySQL without writing a custom script that just ...
0
votes
4answers
251 views

Log inserted/updated/deleted rows in all tables for a given database in SQL Server 2008

Whats the best way to track/Log inserted/updated/deleted rows in all tables for a given database in SQL Server 2008? Or is there a better "Audit" feature in SQL Server 2008?
0
votes
9answers
163 views

are claims of Oracle being hard to administer on simple tasks correct? aren't there quality admin apps for it?

I see this claim made in a rant here http://discuss.joelonsoftware.com/default.asp?joel.3.456646.47 . As well as in various other rants that can be looked up on google using "oracle sucks". Ok, well, ...
0
votes
1answer
258 views

Oracle database mirroring

We have ERP application that store the data to ORACLE database. And also we have a lot of another application that use the ERP database. Same database but different instances. We got the performance ...
0
votes
3answers
1k views

Oracle 10g express GUI client?

Are there any free Oracle 10g express GUI clients? I'd be looking for an app that has similar functionality to phpMyAdmin.
0
votes
0answers
56 views

MYSQL showing all databases even without “show databases” priviledge

I've got a MYSQL server with 5.1.54 running. I've created a new user and database like this: CREATE USER 'testuser'@'%' IDENTIFIED BY '***'; GRANT USAGE ON * . * TO 'testuser'@'%' IDENTIFIED BY ...
0
votes
2answers
385 views

How can I list all tables in a database with Squirrel SQL?

I use Squirrel SQL to connect to a JavaDB/Derby database on my desktop. I can run SQL queries. But how can I list all tables in the database? And preferably all column and column types.
0
votes
1answer
34 views

Can a SQL Server DBA be restricted from viewing the information in the database?

Because of some data privacy regulations, my company may need to have a DBA work with things like mirroring, index rebuilds, log shipping, clustering general system maintenance things like that while ...
0
votes
1answer
173 views

Free tool to sync data from ms access to sqlite

is there any tool that can compare data from ms-access database table with sqlite table and update it if finds it updated and insert if not found? Thanks in advance
0
votes
1answer
472 views

Replication - Explicit value must be specified for identity column in table

I am using Merge Replication. The Identity range management is AUTOMATIC i HAVE A TRIGGER ON COMPANIES TABLE WHICH INSERTS ROWS IN SERIALNUMBERSCHEME TABLE which has documentID as identity column ...
0
votes
2answers
204 views

best way for handling identity columns in replication

I need to implement Merge replication with a scenario like a Central Main server, 4 Office Servers located at each country office, and each machine having sql express insatalled on them. Each server ...
0
votes
2answers
120 views

Web frameworks with scaffolding and/or web based DB administration tools?

I'm looking for web app frameworks and/or database administration tools, either popular and unpopular, written in any language, for any relational database. In short, I'm looking for web accessible ...
0
votes
2answers
73 views

Scanning a mysql table from the bottom

When i run a mysql select statement, it takes very long because i have already previously deleted a very large number of rows. Is there a way for the table to start scanning from the bottom, as ...
0
votes
3answers
103 views

Column locking in innodb?

I know this sounds weird, but apparently one of my columns is locked. select * from table where type_id = 1 and updated_at < '2010-03-14' limit 1; select * from table where type_id = 3 and ...
0
votes
2answers
175 views

SQL Server - Detecting non-indexed columns but used in WHERE clause

How to detect a column included in WHERE clause but used in indexed? Little Background: Until the time the table has few number of records things will be okay, once it started having millions of ...
0
votes
1answer
226 views

Oracle 11g Cold Restore?

Is there a way to restore an Oracle 11g instance from raw data files only? What is the minimum amount of information needed to reconstruct the config files?
0
votes
3answers
82 views

Easy to use tool for editing database. Easy to modify like django admin

Is there a tool that I can give a few people access to so that they can quickly modify the contents of our database? I'm looking for something easy to use and general purpose. phppgadmin is going to ...
0
votes
1answer
97 views

Are there any good and free graphical administration tools for SQLlite on the mac?

I know there is an SQLite Manager Extension for Firefox but, really, I don't like to do that from within a Web Browser. That's totally uncool. And I don't want to install Firefox just for that. ;) I ...
0
votes
1answer
3k views

Sql Server SHRINKDATABASE command

When I shrink a sql server database using the GUI (All Tasks->Shrink Database->Accept all defaults, click OK), it finishes quickly. But if I run this command, it takes a very very long time. DBCC ...

1 2