- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
13 Posted Topics
Re: 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 $ORACLE_HOME/bin/dbstart. As somebody says, if you try to access throught network connection, you need to configure … | |
Re: 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 and the listener. You can view the listener status with: 'lsnrctl status' and start it with … | |
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 that the remote host is closing the session. (I'm in charge of the incoming host, a partner … | |
Re: 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 and only one id to connect. This is a security hole anyway. If you … | |
Re: 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 docs, either on paper format or e-format. It depends of the course, but for sure you can take … | |
Re: To create a new user you need to use [B]useradd[/B] (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 /var/www/project_1 to change permissions (RW to all users). If you … | |
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 2|02/03/2009|NULL|0 and I want that line to be update when a record like 2|02/03/2009|10/03/2009|56,7 comes. Is … | |
Re: 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 data, then you may need to put a … | |
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 in files periodically. I'd like to limit the days stored for each … | |
Re: Try install an ODBC driver for Linux [url]http://www.easysoft.com/developer/interfaces/odbc/linux.html[/url] Then you can install an access connector and make a connection directly to the .mdb file through the odbc driver (a process in your system). It isn't easy. Needs a lot of conf... Have you tried use it with OpenOffice? Hope it … | |
Re: 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: cathegory|rank|grade|days_holidays|other_info_you_may_need 1|1|1 1|1|2 1|1|3 1|1|4 1|2|4 ... and so on. I put only numbers but you can use the content of the … | |
Re: For the videos, maybe the problem is shockwave plugin. There is no plugin for linux. An open alternative: [url]http://www.gnu.org/software/gnash/[/url] but don't work in some cases. About the wine problem I need some info. Maybe you have some old package or have it misconfigured. | |
Re: in gnome is possible typing [B]man:command[/B] 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: |
The End.