Database
I have a Webex Remote Access installed on my Windows 7 computer but I receive an error message right after I try to open the program. Here is the detailed error message:
Remote Access
Before you can apply a Ctrl-Alt-Del, the remote computer
administrator must grant permission. Ctrl-Alt-Del permission is set by
enabling the Secure Attention Sequence in the Group Policy Editor on
the remote computer. See the computer user guide for more detailed information.
- 2116 views
- 1 answers
- 0 votes
Hello there,
I have a SAS 9.2 OLAP installed on my Windows XP computer. I have an OLAP cube containing sales data of all sales agent in our company including me. When I was trying to access my user id. I get stuck into this error message.
The application encountered an error verifying the following
statement:
CREATE SESSION SET
[TransactionsCube].TEMPORARYNAMEDSET AS
{[Dim SalesPerson].[All Sales People].[SUB::SAS.Userid]}
I had no problem using this user id before but is it possible that I can see this error message because my user id is no longer valid in our company database? Has anyone had the same trouble using SAS 9.2 OLAP?
- 1368 views
- 1 answers
- 0 votes
Hi,
When creating a new table (via "New Table" or "Data Load …") NLS_LENGTH_SEMANTICS of table columns are always in byte even when NLS_LENGTH_SEMANTICS is set to char for the instance (and so as default for all sessions) and has not explicitly changes for the current session. Is there a way to change this behavior or could this be a general problem in 3.0? I would like SQL Developer to use the standard settings of the instance as long as I don't set it different for a session. Please give me a little hint how to solve this issue.
Thanks in advance.
- 1549 views
- 1 answers
- 0 votes
Hello,
I am using SQL Dev 3.0 Prod version on Windows 7, JDK 1.6.0_25. I am trying to import csv data file using the Import Data menu option under Actions in the Table Browser window. There are about 700 rows in the csv file and each time I try the Import wizard, map columns etc. and launch the Insert, SQL Dev 3.0 hangs. This happens with xls as well as csv files. Is this is a known issue? Do I need to increase memory allocation?
Thanks
- 2062 views
- 1 answers
- 0 votes
How to select distinct files from database using SQL statement?
- 957 views
- 2 answers
- 0 votes
Hi,
The error is: ORA-07445: exception encountered: core dump [ACCESS_VIOLATION]
I am getting this error in alert log while trying to open one of our oracle production db running on windows server.
I am able to mount it without any problem but once I try to open it, it just hangs and the smon trace file grows very big 500mb+ until I terminate the session.
I want to know the reasons of this error and how can I solve it?
Thanks.
- 2466 views
- 2 answers
- 0 votes
I keep getting this error in my Microsoft Access Database:
Runtime error 20523 – Cannot find database dll
I know that I saved the program correctly and it was doing fine when I was editing it.
But when I opened it again, it kept on giving me that error.
How am I going to save my database?
- 2109 views
- 3 answers
- 0 votes
Hi,
I´m currently using a SQL Server on top of VMWARE Server with Win 2008 64 bits, with 4 GB of RAM. I´ve assigned 3 GB to SQL Server and the rest left it to OS management. But I always keep getting the impression that the box needs extra memory. Currently we´re running primarily batch processes. Are there any best practices out there regarding SQL?
Regards.
- 1288 views
- 2 answers
- 0 votes
Hello,
I'm Tracy Ann, I would like to know, is there any method to reduce the time taken for Backups on SQL Server. I have tried using few software to reduce the time, some work effectively but not for all type of files. Can you let me know if there is any way the backup time can be reduced?
- 1018 views
- 1 answers
- 0 votes
Most consumer-facing web startups these days use one of the major open source databases, either MySQL or PostgreSQL, to some degree. If you want to prove your worth, it’s a good idea to get down to the nitty gritty and gain some understanding about these databases’ internals.
Please explain to me:
1. What databases indexes are and how they work.
2. Do I need to index a column that is in different table in SQL server?
- 3863 views
- 2 answers
- 0 votes