Blogs
Web Hosting Tips That Can Work For Anyone
Submitted by pearlenelg on 15 October, 2012 - 18:41- pearlenelg's blog
- 1 comment
- 105 reads
-

Do I need to visit college to learn SPSS?
Submitted by anthonyw0 on 9 October, 2012 - 07:30One of the largest useful resources today, most specially for those students who take topics in statistics, is the Record Package for Social Sciences or simply SPSS. SPSS is essentially a software specifically used to handle data from any types of researches such as dissertation and dissertations. Merely so you know, data examination is equally significant as data assortment and interpretation. Meanwhile, analyzing the information can be much more critical for with only one mistake about it can totally ruin the outcome of the specific research.
- anthonyw0's blog
- Login or register to post comments
- Read more
- 115 reads
-

Professional headphones are really expensive and popular
Submitted by Anonimo on 17 September, 2012 - 04:31There are many who are known to have fought tooth and nail to come up with enough cash to own one of these beauties. And who can blame them. You know that when you buy a good set of MP3 players or CD players, you would not find it very useful without the SMS Audio headphones to listen the sounds coming out from the device. And that is a fact.
Cloud and public sectors
Submitted by RYANK on 13 September, 2012 - 13:21If all patients of a metropolitan region such as Barcelona or Madrid or London, or a region like Languedoc Roussillon or Andalusia, had introduced with their medical records digitalized, or even better with Relational databases with SQL for example, which supports many data with many records hosted on servers accessible remotely on "Cloud computing", it would allow health physicians to access data from any PC or "SmartPhone" with an interface SW, through the pick lists that are very intuitive and user Friendly. In addition have an internal Chatter (like salesfoce has), allowing asynchronous communication for consultation among several specialists to achieve a flexible and rapid diagnosis.
- RYANK's blog
- Login or register to post comments
- Read more
- 215 reads
-

How for that father Good neighbor while having procedure
Submitted by shishi760 on 10 September, 2012 - 09:04How to appear fashionable less substantial in minutes
your own options to look thin out. alternatively, Not never go to enough time, self-control or go with the genetic makeup to seek through doing this on a.
many people, If you just aren't something, an individual make-believe this can. this method holds true ever towards in the market thinner. without the time to edit obtain discover youself to be looking look less substantial immediately, a few tips you can put on to look best to thinner in minutes.
- shishi760's blog
- Login or register to post comments
- Read more
- 157 reads
-

necessary
Submitted by kelisi007 on 29 August, 2012 - 08:33Do you know or realize how precious a diamond is to a woman? It’s not a million dollar question Birkenstock
, because the answer to it is pretty obvious.
Do you know or realize the value of chocolates in a woman’s life? Well the answer to that as well is pretty obvious.
We all would have heard Birkenstock Sale
of people presenting diamond rings and assorted chocolates for their loved ones on different occasions such as engagement, wedding, anniversary, birthday Birkenstock Shoes
etc. But have we thought of combining the two favorite things for a woman; yes we are talking about diamond rings that are chocolate colored.
- kelisi007's blog
- Login or register to post comments
- Read more
- 128 reads
-

Export data from a SQL Server table
Submitted by Dataprix on 10 March, 2012 - 13:09To import and export data from SQL Server, Microsoft provides the tool bpc, which operates by command line. Although it would be appreciated if SQL Server Management Studio would provide some
- Dataprix's blog
- Login or register to post comments
- Read more
- 305 reads
-

Differences between Oracle, SQL Server, DB2, MySQL and other ..
Submitted by carlos on 21 January, 2012 - 11:47The operation of databases from different manufacturers is similar, but there are many differences between them, even at level of SQL syntax.
For example, if you knows Oracle, and one day you have to do a date conversion with MySQL, you will wonder the following:
- How to do a TO_DATE () / TO_CHAR () with MySQL?
I open this blog entry to discuss different ways of doing things with each database type.
Here I link the SQL Tips Bristle Software , which explains quite well how to do some things with MySQL, Oracle and SQL Server, and I find especially useful the chapter on differences between Oracle and SQL Server
- carlos's blog
- Login or register to post comments
- 1302 reads
-

The Oracle listener
Submitted by carlos on 7 January, 2012 - 14:06In order to access to the same database where are you working outside the database server you must activate the service called listener, it has to be listening.
It can happens that the database is properly raised and can not connect from other servers, which are also set correctly (correct TNSNAMES, etc.)..
In these cases could be that the listener has a problem, or simply has not been initiated.
To Check the status, start or stop it is very simple. Just open a command line session (console terminal, etc..) with the user that has installed the database, and run the lsnrctl command with the following parameters:
-
Check your state:
> lsnrctl status -
Stop the listener:
> lsnrctl stop -
Start the listener:
> lsnrctl start
Keep in mind that when you stop the listener, the connections that are already in the database won't be closed, so a short stop is not very traumatic, only connections trying to enter while the listener is stopped are rejected, should not affect anyone who already has an opened session.
- carlos's blog
- 1 comment
- 583 reads
-

Login with SQLPlus as a DBA without entering password
Submitted by carlos on 7 January, 2012 - 13:46If you have the system user who installed the database you can enter SQL Plus as DBA user, without entering a password as follows:
1. Enters the system with this user.
2. From the command line, go into SQLPlus typing:
> sqlplus "/as sysdba"
If you need to enter using this way because you forgot the password of a user, you can easily change it:
SQL> alter user user_name identified by new_password;
It can be more than one Database installed on the server, so you have to validate that the environment variables of the Oracle's user are pointing to your database.
For verifying that you has login into the correct database you can execute this statement:
SQL> select name from v$database;
- carlos's blog
- 1 comment
- 624 reads
-










