You are on page 1of 9

BSC01_Alambazar...........

=======================================
SQL> select confsetid,omcbscid,module,count(*) as dspnum from ibsc_upudsp where
confsetid=3 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
DSPNUM
---------- ---------- ---------- ---------3
1
3
8
3
1
4
7
3
1
5
7
3
1
6
8
SQL> select confsetid,omcbscid,module,count(*) as cellnum from ibts_cell where c
onfsetid=3 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
CELLNUM
---------- ---------- ---------- ---------3
1
3
69
3
1
4
69
3
1
5
66
3
1
6
90
=================================================
BSC02_Alambazar2...........
=====================================================
SQL> select confsetid,omcbscid,module,count(*) as dspnum from ibsc_upudsp where
confsetid=0 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
DSPNUM
---------- ---------- ---------- ---------0
2
3
6
0
2
4
6
0
2
5
5
0
2
6
4
0
2
7
4
0
2
8
4
6 rows selected.
SQL> select confsetid,omcbscid,module,count(*) as cellnum from ibts_cell where c
onfsetid=0 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
CELLNUM
---------- ---------- ---------- ---------0
2
3
72
0
2
4
51
0
2
5
54
0
2
6
63
0
2
7
48
0
2
8
48
6 rows selected.
======================================================

BSC03_Dankuni...........

==============================================================================
(Linux release 2.6.9-78.0.1.ELsmp #1 SMP Tue Jul 22 18:11:48 E
DT 2008) (0)
login: gomcr
Password:
Last login: Wed Nov 7 11:56:51 from 97.150.120.92
-bash-3.00$ sqlplus uep/uep@gomcr
SQL*Plus: Release 10.2.0.4.0 - Production on Wed Nov 7 23:12:03 2012
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select confsetid,omcbscid,module,count(*) as dspnum from ibsc_upudsp where
confsetid=1 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
DSPNUM
---------- ---------- ---------- ---------1
3
3
5
1
3
4
5
1
3
5
5
1
3
6
5
1
3
7
5
1
3
8
5
6 rows selected.
SQL> select confsetid,omcbscid,module,count(*) as cellnum from ibts_cell where c
onfsetid=1 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
CELLNUM
---------- ---------- ---------- ---------1
3
3
126
1
3
4
117
1
3
5
108
1
3
6
117
1
3
7
138
1
3
8
117
6 rows selected.
================================================================================
BSC4_Haltu
(Linux release 2.6.9-78.0.1.ELsmp #1 SMP Tue Jul 22 18:11:48 EDT
2008) (2)
login: gomcr
Password:
Last login: Wed Nov 7 06:59:52 from 97.150.118.4
-bash-3.00$ sqlplus uep/uep@gomcr
SQL*Plus: Release 10.2.0.4.0 - Production on Wed Nov 7 23:23:42 2012

Copyright (c) 1982, 2007, Oracle. All Rights Reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select confsetid,omcbscid,module,count(*) as dspnum from ibsc_upudsp where
confsetid=0 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
DSPNUM
---------- ---------- ---------- ---------0
4
3
10
0
4
4
7
0
4
5
6
0
4
6
7
SQL> select confsetid,omcbscid,module,count(*) as cellnum from ibts_cell where c
onfsetid=0 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
CELLNUM
---------- ---------- ---------- ---------0
4
3
57
0
4
4
57
0
4
5
69
0
4
6
69
================================================================================
==========
KOL-BSC5 (Linux release 2.6.9-78.0.1.ELsmp #1 SMP Tue Jul 22 18:11:48 EDT 20
08) (1)
login: gomcr
Password:
Last login: Wed Nov 7 07:01:48 from 97.150.118.4
-bash-3.00$ sqlplus uep/uep@gomcr
SQL*Plus: Release 10.2.0.4.0 - Production on Wed Nov 7 23:29:12 2012
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select confsetid,omcbscid,module,count(*) as dspnum from ibsc_upudsp where
confsetid=0 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
DSPNUM
---------- ---------- ---------- ---------0
5
3
8
0
5
4
4
0
5
5
6
0
5
6
6
0
5
7
3
0
5
8
3

6 rows selected.
SQL> select confsetid,omcbscid,module,count(*) as cellnum from ibts_cell where c
onfsetid=0 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
CELLNUM
---------- ---------- ---------- ---------0
5
3
51
0
5
4
57
0
5
5
99
0
5
6
78
0
5
7
96
0
5
8
87
6 rows selected.
SQL> SQL>
================================================================================
=============
KHARDAH_BSC6 (Linux release 2.6.9-78.0.1.ELsmp #1 SMP Tue Jul 22 18:11:48 ED
T 2008) (0)
login: gomcr
Password:
Last login: Wed Nov 7 07:03:16 from 97.150.118.4
-bash-3.00$ sqlplus uep/uep@gomcr
SQL*Plus: Release 10.2.0.4.0 - Production on Thu Nov 8 00:00:20 2012
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select confsetid,omcbscid,module,count(*) as dspnum from ibsc_upudsp where
confsetid=5 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
DSPNUM
---------- ---------- ---------- ---------5
6
3
8
5
6
4
7
5
6
5
8
5
6
6
7
SQL> select confsetid,omcbscid,module,count(*) as cellnum from ibts_cell where c
onfsetid=5 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
CELLNUM
---------- ---------- ---------- ---------5
6
3
96
5
6
4
114
5
6
5
93
5
6
6
57

SQL>
================================================================================
=====
KOL-BSC7 (Linux release 2.6.9-78.0.1.ELsmp #1 SMP Tue Jul 22 18:11:48 EDT 20
08) (2)
login: gomcr
Password:
Last login: Wed Nov 7 13:58:47 from 97.240.62.84
-bash-3.00$ sqlplus uep/uep@gomcr
SQL*Plus: Release 10.2.0.4.0 - Production on Thu Nov 8 00:02:46 2012
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select confsetid,omcbscid,module,count(*) as dspnum from ibsc_upudsp where
confsetid=148 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
DSPNUM
---------- ---------- ---------- ---------148
7
3
8
148
7
4
7
148
7
5
8
148
7
6
8
148
7
7
7
148
7
8
7
6 rows selected.
SQL> select confsetid,omcbscid,module,count(*) as cellnum from ibts_cell where c
onfsetid=148 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
CELLNUM
---------- ---------- ---------- ---------148
7
3
84
148
7
4
72
148
7
5
90
148
7
6
93
148
7
7
78
148
7
8
78
6 rows selected.
SQL>
================================================================================

KOL-BSC8_2 (Linux release 2.6.9-78.0.1.ELsmp #1 SMP Tue Jul 22 18:11:48 EDT


2008) (0)

login: gomcr
Password:
Last login: Wed Nov 7 06:59:04 from 97.150.118.4
-bash-3.00$ sqlplus uep/uep@gomcr
SQL*Plus: Release 10.2.0.4.0 - Production on Thu Nov 8 00:05:49 2012
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select confsetid,omcbscid,module,count(*) as dspnum from ibsc_upudsp where
confsetid=2 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
DSPNUM
---------- ---------- ---------- ---------2
8
3
8
2
8
4
7
2
8
5
8
2
8
6
7
SQL> select confsetid,omcbscid,module,count(*) as cellnum from ibts_cell where c
onfsetid=2 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
CELLNUM
---------- ---------- ---------- ---------2
8
3
57
2
8
4
63
2
8
5
54
2
8
6
57
SQL>
================================================================================
=====
KOL-BSC9 (Linux release 2.6.9-78.0.1.ELsmp #1 SMP Tue Jul 22 18:11:48 EDT 20
08) (0)
login: gomcr
Password:
Last login: Thu Nov 8 00:20:07 from 97.150.118.4
-bash-3.00$ sqlplus uep/uep@gomcr
SQL*Plus: Release 10.2.0.4.0 - Production on Thu Nov 8 00:22:27 2012
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select confsetid,omcbscid,module,count(*) as dspnum from ibsc_upudsp where
confsetid=2 group by confsetid,omcbscid,module order By module;

CONFSETID OMCBSCID
MODULE
DSPNUM
---------- ---------- ---------- ---------2
9
3
6
2
9
4
3
2
9
5
3
2
9
6
5
2
9
7
6
2
9
8
7
6 rows selected.
SQL> select confsetid,omcbscid,module,count(*) as cellnum from ibts_cell where c
onfsetid=2 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
CELLNUM
---------- ---------- ---------- ---------2
9
3
101
2
9
4
99
2
9
5
106
2
9
6
117
2
9
7
114
2
9
8
144
6 rows selected.
SQL>

================================================================================
=========
BSC10_RelianceHouse (Linux release 2.6.9-78.0.1.ELsmp #1 SMP Tue Jul 22 18:1
1:48 EDT 2008) (0)
login: gomcr
Password:
Last login: Thu Nov 8 00:09:38 from 97.150.118.4
-bash-3.00$ sqlplus uep/uep@gomcr
SQL*Plus: Release 10.2.0.4.0 - Production on Thu Nov 8 00:19:36 2012
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select confsetid,omcbscid,module,count(*) as dspnum from ibsc_upudsp where
confsetid=2 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
DSPNUM
---------- ---------- ---------- ---------2
10
3
10
2
10
4
6
2
10
5
9
2
10
6
5

SQL> select confsetid,omcbscid,module,count(*) as cellnum from ibts_cell where c


onfsetid=2 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
CELLNUM
---------- ---------- ---------- ---------2
10
3
39
2
10
4
42
2
10
5
42
2
10
6
42
SQL>
================================================================================
=======
BSC11_Salkia (Linux release 2.6.9-78.0.1.ELsmp #1 SMP Tue Jul 22 18:11:48 ED
T 2008) (1)
login: gomcr
Password:
Last login: Thu Nov 8 00:10:17 from 97.150.118.4
-bash-3.00$ sqlplus uep/uep@gomcr
SQL*Plus: Release 10.2.0.4.0 - Production on Thu Nov 8 00:24:15 2012
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select confsetid,omcbscid,module,count(*) as dspnum from ibsc_upudsp where
confsetid=2 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
DSPNUM
---------- ---------- ---------- ---------2
11
3
8
2
11
4
7
2
11
5
8
2
11
6
7
2
11
7
8
2
11
8
7
6 rows selected.
SQL> select confsetid,omcbscid,module,count(*) as cellnum from ibts_cell where c
onfsetid=2 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
CELLNUM
---------- ---------- ---------- ---------2
11
3
117
2
11
4
108
2
11
5
105
2
11
6
123
2
11
7
123
2
11
8
135

6 rows selected.
SQL>
================================================================================
BSC12_saltlake (Linux release 2.6.9-78.0.1.ELsmp #1 SMP Tue Jul 22 18:11:48
EDT 2008) (9)
login: gomcr
Password:
Last login: Thu Nov 8 00:10:53 from 97.150.118.4
-bash-3.00$ sqlplus uep/uep@gomcr
SQL*Plus: Release 10.2.0.4.0 - Production on Thu Nov 8 00:31:12 2012
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select confsetid,omcbscid,module,count(*) as dspnum from ibsc_upudsp where
confsetid=12 group by confsetid,omcbscid,module order By module;
no rows selected
SQL> select confsetid,omcbscid,module,count(*) as dspnum from ibsc_upudsp where
confsetid=3 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
DSPNUM
---------- ---------- ---------- ---------3
12
3
7
3
12
4
7
3
12
5
9
3
12
6
7
SQL> select confsetid,omcbscid,module,count(*) as cellnum from ibts_cell where c
onfsetid=3 group by confsetid,omcbscid,module order By module;
CONFSETID OMCBSCID
MODULE
CELLNUM
---------- ---------- ---------- ---------3
12
3
66
3
12
4
57
3
12
5
66
3
12
6
84
SQL>

You might also like