Forum: Network Security Jun 12th, 2009 |
| Replies: 0 Views: 717 Hi all
I'm having problems with a remote connection by sftp. I'm using public key to connect avoiding the passwd request. The correct key is added to the authorized_keys file.
The problem is... |
Forum: Oracle Apr 8th, 2009 |
| Replies: 8 Views: 2,768 This error
ERROR: ORA-12154: TNS:could not resolve service name
only appears when you don't have an instance of a database or you don't have the listener on.
Make sure you have the DB online... |
Forum: Oracle Apr 3rd, 2009 |
| Replies: 2 Views: 775 Those courses provide plenty of documentation to assistands. Probably for the money you pay, you'll have a complete slide presentation (on paper, the same as the speaker is using) and some extra... |
Forum: Oracle Mar 10th, 2009 |
| Replies: 4 Views: 1,495 I was just reading your code and I have a question:
Are the variables names ok?
Maybe you need to name the 'ID' vars different. IDo and IDn for example.
Maybe the problem with the update is... |
Forum: Oracle Mar 10th, 2009 |
| Replies: 3 Views: 904 umm that's the solution as I explained the problem... but I explained it bad. Sorry. ;)
I've doing a periodic load of a file with about 3000 records. The problem is that the new files (each 2... |
Forum: Oracle Mar 10th, 2009 |
| Replies: 3 Views: 904 Hi
I'd like to know if is possible update a record when load a table. The update must be over a record with a primary key.
For example:
I have a record with: id|date_begin|date_end|data... |
Forum: Oracle Mar 9th, 2009 |
| Replies: 4 Views: 681 Thanks for the quick response. I'm developing a PL/SQL for doing that over a staging table.
I think is the best way to control the data loaded and del the old data.
Thanks!! |
Forum: Oracle Mar 9th, 2009 |
| Replies: 4 Views: 681 But that doesn't limit the amount of space occupied by the main table. I'd like the disk space remain limited by the number of days and avoiding reject records by not enough space error.
Thanks!! |
Forum: *nix Software Mar 6th, 2009 |
| Replies: 2 Views: 1,259 Two possible ways:
- Make more users (one for each windows user).
- Make the resource public (with public = Yes or guest ok = Yes) in /etc/samba/smb.conf
There's no sense in putting only a user... |
Forum: *nix Software Mar 6th, 2009 |
| Replies: 2 Views: 521 Try install an ODBC driver for Linux
http://www.easysoft.com/developer/interfaces/odbc/linux.html
Then you can install an access connector and make a connection directly to the .mdb file through... |
Forum: Oracle Mar 6th, 2009 |
| Replies: 4 Views: 1,495 To do 2 updates or more you only have to add your lines to the script. But be sure to make a commit at the bottom as alit2002.
You can add as many querys as you need.
If you have just inserted... |
Forum: Oracle Mar 6th, 2009 |
| Replies: 1 Views: 1,030 I think the best way is creating a fact table that has all the information. To relate that information all fields must be equals.
The table would be:... |
Forum: Oracle Mar 6th, 2009 |
| Replies: 4 Views: 681 Hello everybody
My problem is that I'm quite new in oracle admin/dev so I need some help pointing me how to limit the number of days of data stored in a table.
I have some datasources that come... |
Forum: Oracle Mar 6th, 2009 |
| Replies: 4 Views: 3,255 Is possible that the default password has been set: try sqlplus sys/CHANGE_ON _INSTALL as sysdba
Anyway you need to have the database listener ON. In Windows try to begin the service. In unix try... |
Forum: Getting Started and Choosing a Distro Feb 27th, 2009 |
| Replies: 2 Views: 589 in gnome is possible typing man:command in the url bar.
in KDE I think Konqueror can do it through KIO slave, but I don't know. With a script or something may be possible: |
Forum: Getting Started and Choosing a Distro Feb 27th, 2009 |
| Replies: 4 Views: 1,101 For the videos, maybe the problem is shockwave plugin. There is no plugin for linux.
An open alternative: http://www.gnu.org/software/gnash/
but don't work in some cases.
About the wine problem... |
Forum: Getting Started and Choosing a Distro Feb 27th, 2009 |
| Replies: 2 Views: 715 To create a new user you need to use useradd (see the help file to do it properly).
To create a folder use mkdir with root and use chown to change the propietary user of the folder.
Use chmod 666... |