Skip to main content
Home
Paul's Linux Box

Main navigation

  • Home
  • Contact
  • Privacy Policy
User account menu
  • Log in
By Paulus, 3 March, 2007

Managing and Creating Users

Creating a user

Like table names and columns, a user name must follow the same rules. There is one minor difference. A user name can contain a dollar sign.

CREATE USER username
[ IDENTIFIED BY password ]
[ PASSWORD EXPIRE ]

  • Read more about Managing and Creating Users
By Paulus, 24 February, 2007

SVCHOST Error on Logon

If you log on to the computer and you see a message like this:

svchost.exe -- application error the instruction at "0x745f2780" reference memory at "0x00000000". the memory could not be 'read'

Chances are that you have corrupted Windows Update data. To fix this problem follow these steps:

  • Read more about SVCHOST Error on Logon
By Paulus, 23 February, 2007

More Database Objects

A database object is anything that has a name and a defined structure. Other database objects that are used in Oracle 10g are sequences, indexes, and synonyms.

  • Read more about More Database Objects
By Paulus, 19 February, 2007

Manipulating Data and Transaction Control

The keywords that Manipulate data and control transactions are called Data Manipulation Language or DML. With out the DML a database would be useless and a waste.

Inserting Data

Syntax

INSERT INTO tablename [(columnname, ...)]
VALUES (datavalue, ...);

  • Read more about Manipulating Data and Transaction Control
By Paulus, 14 February, 2007

Oracle Constraints

Constraints are used to keep accurate data. In oracle you can apply these policies to a column or table. There are five different types of constraints:

  • Read more about Oracle Constraints
By Paulus, 14 February, 2007

Creating and Managing Tables in Oracle 10g

When creating tables in Oracle we have to follow some rules in order to successfully create a table:

  • Read more about Creating and Managing Tables in Oracle 10g
By Paulus, 7 February, 2007

Multibooting with Vista

With every new operating system comes headaches as we find that our favorite programs or hardware no longer works with it. If you're like me, you're probably being forced into using Windows because everyone else does. Then again, if I had Linux installed on my box along side Vista, I'd feel a bit dirty and I'd be using a real boot loader like GRUB. In Vista Microsoft did away with the ntldr.exe and boot.ini files and replaced it with a new program.

  • Read more about Multibooting with Vista

Pagination

  • First page
  • Previous page
  • …
  • Page 7
  • Page 8
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • Page 13
  • Page 14
  • Current page 15

Recent content

  • ZFS - Part 1
    1 year ago
  • Upgrading Debian
    1 year ago
  • SMART Alerts with msmtp and curl
    1 year ago
  • Debugging Laravel Apps with Laradock and XDebug
    1 year 11 months ago
  • Sending HTTP Requests Through a Proxy in Laravel
    1 year 11 months ago
  • Setting up a Kubernetes Cluster
    2 years 3 months ago
  • Mounting Raw Disk Images
    2 years 7 months ago
  • Updating Gentoo
    2 years 7 months ago
  • Consuming Web Services
    3 years ago
  • Borg Backup
    3 years 10 months ago
RSS feed
Powered by Drupal