• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » create
Trace: • Welcome to your new DokuWiki • Oracle: SPFile and PFiles • software • ISO 3166-1 • rman • Travian Map Download Script • Travian Village Planner • solaris11 • solaris10 • Solaris Manuals

create
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info
  • Any namespace
  • info:mysql (2)
  • info:oracle (2)
  • info:java (1)
  • info:linux (1)
  • info:virtualbox (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • MySQL: Create Database
  • MySQL: Create User

Fulltext results:

MySQL: Create User @info:mysql:user
7 Hits, Last modified: 10 years ago
====== MySQL: Create User ====== ==== Create User ==== <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; </code> ==== Create User and Database ==== * Usually, ''{user}'' =
MySQL: Create Database @info:mysql:database
5 Hits, Last modified: 13 years ago
====== MySQL: Create Database ====== ==== Create Database ==== <code sql> CREATE DATABASE IF NOT EXISTS `{db}`; </code> ==== Create Database and Grant Rights to a User ==== <code sql>
Oracle: SPFile and PFiles @info:oracle
4 Hits, Last modified: 13 years ago
om "PFiles", which are regular text files. ===== Create PFile ===== To export the SPFiles to a PFile, just enter the following in SQLplus: <code sql> CREATE PFILE FROM SPFILE; </code> It will create a PFile ''${ORACLE_HOME}/dbs/init${ORACLE_SID}.ora''. ===== I... MEDIATE; STARTUP NOMOUNT PFILE='${PATH_TO_PFILE}' CREATE SPFILE FROM PFILE; SHUTDOWN IMMEDIATE; </code> I
Oracle: Resize Instance @info:oracle
1 Hits, Last modified: 13 years ago
onally) export the SPFile to a PFile: <code sql> CREATE PFILE FROM SPFILE; </code> Finally, reboot the i
Disable Core Dumps @info:linux
1 Hits, Last modified: 12 years ago
Disable Core Dumps ====== To disable core dumps create a file ''/etc/security/limits.d/no_core_dumps'' w
Install the Java-Plugin for Firefox @info:java
1 Hits, Last modified: 11 years ago
install the Java plugin for Firefox, you have to create a symlink from Firefox's plugin directory ''/usr/
VBoxManage (The VirtualBox CLI) @info:virtualbox
1 Hits, Last modified: 12 years ago
6<length> (def: 64)]] create | remove <name> dh

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki