Difference between revisions of "Oracle"
Jump to navigation
Jump to search
(Created page with 'Category:Oracle == FAQ == === How do I realize an auto-incrementing field? ===') |
|||
Line 1: | Line 1: | ||
[[Category:Oracle]] | [[Category:Oracle]] | ||
+ | |||
+ | == Configuration == | ||
+ | * ORA-12516: TNS:listener could not find available handler with matching protocol stack | ||
+ | ** Edit %oracle_home%/database/init<SID>.ora | ||
+ | ** Add | ||
+ | PROCESSES=200 | ||
+ | |||
+ | |||
== FAQ == | == FAQ == | ||
=== How do I realize an auto-incrementing field? === | === How do I realize an auto-incrementing field? === |
Revision as of 01:53, 8 June 2011
Configuration
- ORA-12516: TNS:listener could not find available handler with matching protocol stack
- Edit %oracle_home%/database/init<SID>.ora
- Add
PROCESSES=200