question DB yes/no
Hello, I created a database with tables that holds questions; answers and cust info. Its a recreation of a hard copy form that I can't seem to make work or describe how I need this thing to happen. I...
View ArticleORA-01078: failure in processing system parameters
Hi, Why do I get these? SQL> conn / as sysdba Connected to an idle instance. SQL> startup ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file...
View ArticleDifference between Sybase Installation and ASE server build
I am a SQL Server DBA, today I have installed Sybase. would like to know the difference between Sybase software installation then ASE Server build. In MS SQL Server will install directly eighter...
View ArticleZero and null values in cross-tab
How can I see NULL and Zero values in cross-tab. There's an illustration pic as attachment (ZERO_VALUES.jpeg) I have tried many variation and cannot get values visible. What to do!?? :eek: Attachment...
View Articlerevoking syscat access from DBADM authority
hello everybody, i am having db2 9.7 on aix 6.1 and would liek to do following: I have a user with DBADM rights and want to remove access (select insert update delete) to the syscatalog tables. I have...
View Articlesubquery
Code: SQL> select * from employees; EMPNO ENAME INIT JOB MGR BDATE MSAL COMM DEPTNO ---------- -------- ----- -------- ---------- --------- ---------- ----------...
View ArticleHow to find out maximum disk queue length of any disk exceeds
Hi, I'm developing monitoring tool for sqlserver. i'm trying to find out Disk Queue Length, when the maximum disk queue length of any disk exceeds.
View Articlewhat does the below script do?
Hi all, am completely new to shell scripting and assigned a task where the script needs to be modifies to achieve some task,so priory am trying to get what the existing script is performing,Please let...
View ArticleJoins between tables with different where condition
Hi, Can we join two tables with different where conditions. For example there is one table a and another table b. Now after selection of data from one table like select * from table a where a.col1 = 3...
View ArticleSQL Question
I have multiple tables with an identical column which need to be populated using data a cached table. Cached table/view MAX006P.VMAX300M_ALL_USERIDS_ALL_COLUMNS Error: SQL0811N The result of a scalar...
View Articlea way to limit the growth of a .LRG file
Hi all, I'm using DB2 10.1 on Linux. In my environment a Container file is growing too much (it's around 100 GB now) and it's filling the file system. How can I check there's nothing more than actual...
View ArticlePostgres upgrade issues
I'm trying to switch from Postgres 8.3 to 9.2 but am encountering some issues. Postgres is installed silently with my software on Windows machines. Because it is automated backdoor solutions requiring...
View ArticleOracle Vs Access 2003
My company has an Oracle back-end that is linked via ODBC to an MS Access 2003 front-end. It usedta be linked to a MS SQL server backend but due some factors it will be linked an Oracle Db in the near...
View Articledb2 schema password
Hi all, I used a admin user to create a schema using : create schema abcd authorization abcd and now I want to use the schema to create tables and I don't know the password. Please help!. md
View ArticleBest Practices for Secruity and Efficiency
Hello, Got a question on how best to design a database. I am using MySQL on a CentOS server. Lets say I want to design an online, web based system where different users will store data in identical...
View ArticleOracle Database for Oracle VM Virtual Box?
Sorry for the very ignorant question here but I am starting to learn Oracle and am having one of our help desk guys install the Oracle VM Virtual Box software on my laptop. I am running Windows and...
View ArticleNeed Help with a Weekday Formula
Hello Experts, Hoping that someone can assist me with this Weekday formula that I need. I have two columns, an Actual date and a Due date. I would like to see the difference between the two dates, but...
View Articleinvalid argument to function
My query works without the having clause, but not with it. The getVAT_Rate is another query, not a table. I have also tired using WHERE instead of HAVING, but I get the same issue. Regards Pete SELECT...
View ArticleA SQL question - Remove leading zeros
Hi I'm new to this forum and I'm not sure if I've come to the right place but I'll ask anyway. I have the following SQL statement and I want to remove the leading zeros from the PR_Sales.InvoiceNumber...
View ArticleMS Access 03 : Should I use Forms or Queries?
Hi All As mentioned in my previous post I'm designing a database for use with our weights and measures equipment. We have multiple types of equipment (e.g. weights, balances, volumetric equipment) all...
View Article