![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GREP problem | kdyzsa | Shell Programming and Scripting | 2 | 05-13-2008 01:57 AM |
| Grep problem | felixwhoals | UNIX for Dummies Questions & Answers | 1 | 12-17-2007 08:00 AM |
| Problem with GREP. | syndex | Shell Programming and Scripting | 2 | 07-11-2007 01:44 PM |
| grep problem. help!!! | imppayel | Shell Programming and Scripting | 1 | 11-30-2004 05:49 AM |
| Grep problem | odogbolu98 | Shell Programming and Scripting | 3 | 02-18-2003 03:53 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
grep problem
SQL*Plus: Release 9.2.0.8.0 - Production on Mon Jul 21 07:53:35 2008
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. Connected to: Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production With the Partitioning option JServer Release 9.2.0.8.0 - Production SQL> SQL> USER is "CCOD" SQL> cREATE TABLE HELLOEVERY (DEF VARCHAR2(40)) * ERROR at line 1: ORA-00955: name is already used by an existing object SQL> Disconnected from Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production With the Partitioning option JServer Release 9.2.0.8.0 - Production SQL*Plus: Release 9.2.0.8.0 - Production on Mon Jul 21 07:53:35 2008 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. Connected to: Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production With the Partitioning option JServer Release 9.2.0.8.0 - Production SQL> SQL> USER is "CCOD" SQL> cREATE TABLE greatwork(abcVARCHAR2(40)) * ERROR at line 1: ORA-00955: name is already used by an existing object SQL> Disconnected from Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production With the Partitioning option JServer Release 9.2.0.8.0 - Production i just want to have SQL> cREATE TABLE HELLOEVERY (DEF VARCHAR2(40)) * ERROR at line 1: ORA-00955: name is already used by an existing object SQL> cREATE TABLE greatwork(abcVARCHAR2(40)) * ERROR at line 1: ORA-00955: name is already used by an existing object there could be repeated pattern as well. is there any way to grep only 3 or 4 lines after grepping a pattern please help thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|