27
Points
Questions
1
Answers
7
-
Thank You Carlos, I have tried the below options.
Case 1:
1. IP Address test.juniper.net testing
10.78.0.205 d-agile DevAgile
http://DevAgile/Agile –> This works but still it is looking for /Agile only..I want to get rid of having /Agile at the end to invoke the Agile URL.
- 1671 views
- 3 answers
- 0 votes
-
Hi Pradeep,
Below query worked for me. please give a try
select distinct i.item_number
FROM change c,
page_two p2change,
item i,
rev r,
bom b,
page_two p2bom,
page_two p2item
WHERE c.change_number IN (‘ECO-41393’)
AND c.id =r.change
AND i.id =r.item
AND c.id =p2change.ID
AND i.id =b.item(+)
–AND to_number(b.flags)=0
AND b.component =p2bom.id(+)
AND i.id =p2item.id;Regards,
Anand.- 1752 views
- 1 answers
- 0 votes
-
Hi,
I see that there is already some KB# 1504195.1 note avaialble in the Oracle support. Please refer the below link:
- 1629 views
- 3 answers
- 0 votes
-
we are using the PDXplorer to view the .PDX files and you can download the same from http://www.pdxplorer.com/pdxplorer-pdx-viewer.htm#Requirements
- 1811 views
- 2 answers
- 0 votes
-
- 1526 views
- 1 answers
- 0 votes
-
- 4195 views
- 3 answers
- 0 votes
-
- 2217 views
- 2 answers
- 0 votes