Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

oracle_ebs (5) Versions 0.0.2

Installs/Configures Oracle EBS 12.2.5 for AIX 7.1

Policyfile
Berkshelf
Knife
cookbook 'oracle_ebs', '= 0.0.2', :supermarket
cookbook 'oracle_ebs', '= 0.0.2'
knife supermarket install oracle_ebs
knife supermarket download oracle_ebs
README
Dependencies
Quality 0%

Description

Installs and configures Oracle E-Business Suite Version 12.2.5:
* Assumes a new AIX 7.1 LPAR.
* Prepares the AIX OS to install software by:
* Setting kernel parameters.
* creating the ebsvg01(default) volume group
* Creating file systems(defaults) /d01 and /applmgr.
* Installs the Oracle EBS base 12.2.0,
* Updates the base database from 11.2.0.3 to 11.2.0.4,
* Updates the 11.2.0.4 database to the latest patches,
* Installs required patches to Oracle EBS components,
* Updates EBS to version 12.2.5, and installs 12.2.5 patches,

Initial Version: v0.0.2

Dependency: AIX 0.1.0

oracle_ebs COOKBOOK Limitations:
* Does not support Oracle Database RAC option.
* Does not support a multi-tier/lpar installation.
* Does not support other operating systems other than AIX 7.1
* Installs the VIS demo database option.
* Installs both application and database on the same LPAR with
users applmgr,oraprod respectivly.

NOTE: Oracle E-Business Suite requires valid licenses to install.
It is expected that the user of this cookbook follows all licensing
requirements of Oracle EBS.

Quickstart (EBS)

  • Have either an open Source Chef Server or a Hosted Chef account at the ready.
  • Create your AIX 7.1 operating system target machine.
  • Download the Oracle EBS source binaries from edelivery.oracle.com
  • Download the patch files based on Oracle EBS Documents: Doc ID: 1983050.1 Doc ID: 1594274.1 Doc ID: 1617461.1
  • Download Oracle Database 11.2.0.4 binaries from edelivery.oracle.com
  • Set up your nfs mounted /ebstage stage directory. (See Oracle Documentation)
  • Create a role to override the default attribute values for your environment

ebs51.rb (Role file)


Name "ebs51"
Description "Role applied to Oracle E-Business Suite on AIX 7.1."
run_list 'recipe[ebs]'

override_attributes :ebs_appuser => 'applmgr',
:ebs_dbuser => 'oraprod',
:ebs_groupid => '1000',
:ebs_group => 'oinstall',
:ebs => {
:app => { :usr => { :uid => 2000 } },
:db => { :usr => { :uid => 3000 } },
:stage => { :nfshost => '<nfshostname>',
:nfsmount => '/ebstage'},
:vg => { :app_fs_nam => '/applmgr',
:app_fs_siz => 198, # GB
:db_fs_nam => '/d01',
:db_fs_siz => 398, # GB
:sashosts => [ 'TARGETNODE' ],
:swapspace => 16384,
:vgname => 'ebsvg01',
:drives => { 'TARGETNODE' => [ 'hdiskX','hdiskY',
'hdiskZ' ] },
},


  • Create a role to override the default attribute values for your environment
  • Bootstrap the node, telling Chef to install itself, and install the Oracle E-Business Suite environment for the DEMO Database, 'VIS'.

Ex: knife bootstrap <TARGETNODE> -x root -P <root_password> -N <TARGETNODE> -r role[eba51]
where TARGETNODE is the AIX 7.1 LPAR.

  • This Install will take plenty of time, so find a good book to read.

Requirements

Oracle EBS:

New Oracle E-Business Suite R12 Operating System and Tools Requirements
on IBM AIX on Power Systems (Doc ID 1294357.1)

Chef

The oracle_ebs cookbook was tested using Chef-Client 12.7.2, in combo
with the open source Chef Server 12, as well as with Hosted Chef.

Platforms

  • AIX 7.1 (Note: oracle_ebs cookbook has not been tested on AIX 6.1. However AIX 6.1 is very compatible with AIX 7.1. )

DOCUMENTATION/FILES
* Download the 12.2.5. EBS install files from Oracle
The list of zip files can be found in:
Docs/Edelivery_Oracle_EBS_12.2.5.00_for_IBM_AIX_Download_Summary.htm
Patches used can be found in the document in the appendix:
Docs/EBS 12.2.5_COOKBOOK.htm

The included html file, Docs/EBS 12.2.5_COOKBOOK.htm, is required

reading for more information on the oracle_ebs cookbook.

Miscellaneous

  • vnc software is required for the installation

Recipes

Follow the file recipes/default.rb for the order of included recipe files

Usage Notes

  • .rsp files are used. Feel free to replace response files with your own

Contributing

  1. Fork the repository on Github: (https://github.com/jkohlmeier/ebs)
  2. Create a named feature branch (like add_component_x)
  3. Write your changes
  4. Write tests for your changes (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Copyright:: 2016, Jubal Kohlmeier

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

aix >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

0.0.2 failed this metric

FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:48
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:56
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:57
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:63
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:64
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:65
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:66
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:73
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:81
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:82
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:88
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:99
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:100
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:101
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:102
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:108
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:109
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:110
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:111
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:112
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:113
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:120
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:121
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:123
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:124
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:126
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:127
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:130
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:172
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:178
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:179
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:180
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:181
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:183
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:184
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:195
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:198
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:199
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:202
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:205
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:206
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:209
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:212
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:214
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:215
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:223
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:224
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:225
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:226
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:227
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:228
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:229
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:230
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:232
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:233
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:234
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:235
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:236
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:237
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:239
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:240
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:241
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:242
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:243
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:246
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:247
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:248
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:249
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:250
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:251
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:252
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:253
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:256
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:257
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:258
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:259
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:260
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:261
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:262
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:267
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:268
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:269
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:270
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:271
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:272
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:273
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:274
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:275
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:279
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:280
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:281
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:282
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:283
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:284
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:288
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:289
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:290
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:291
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:292
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:293
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:294
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:295
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:298
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:299
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:300
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:301
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:302
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:303
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:304
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:309
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:310
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:311
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:312
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:313
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:314
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:315
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:316
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:317
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:321
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:322
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:323
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:324
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:325
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:326
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:336
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:354
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:355
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:356
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:357
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:358
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:359
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:360
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:361
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:362
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:363
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:365
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:366
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:368
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:369
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:371
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:372
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:373
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:374
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:375
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:376
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:377
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:378
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:379
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:382
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:394
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:395
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:397
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:398
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:404
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:405
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:406
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:407
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:408
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:409
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:424
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:425
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:426
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:427
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:428
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:429
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:430
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:431
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:438
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:439
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:440
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:441
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:442
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:443
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:444
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:446
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:447
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:448
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:449
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:451
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:452
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:453
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:454
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:455
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:457
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:459
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:460
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:467
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:468
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:469
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:470
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:478
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:479
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:480
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:488
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:490
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:497
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:498
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:499
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:502
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:509
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:516
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:523
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg1.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg1.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg1.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg1.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg1.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg1.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg1.rb:64
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg1.rb:69
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg2.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg2.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg2.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg2.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg2.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg2.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg2.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg2.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg2.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg2.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg3.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg3.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg3.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg3.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg3.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg3.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg3.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg3.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg3.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg3.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg3.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg3.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/1225_upg3.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/DOC1983050_Section5.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/DOC1983050_Section5.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/DOC1983050_Section5.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/DOC1983050_Section5.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/DOC1983050_Section5.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/DOC1983050_Section5.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/DOC1983050_Section5.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/DOC1983050_Section5.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/DOC1983050_Section5.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/DOC1983050_Section5.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/DOC1983050_Section5.rb:57
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/DOC1983050_Section5.rb:58
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/DOC1983050_Section5.rb:63
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/DOC1983050_Section5.rb:71
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas1.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:47
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:52
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:61
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:67
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:85
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:90
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:91
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:102
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:110
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:111
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:125
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:126
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:135
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:146
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:147
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:152
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:162
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:163
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/adtxk_deltas2.rb:168
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:90
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:97
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg10.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg10.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg10.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg10.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg10.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg10.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg10.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg10.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg10.rb:44
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg10.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:52
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:53
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:72
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:73
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:75
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:85
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:87
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:101
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:131
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:135
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:143
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:145
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:149
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:170
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:171
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:175
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:187
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg2.rb:188
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:79
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:80
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:91
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:92
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg4.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg4.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg4.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg4.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg4.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg4.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg4.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg4.rb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg4.rb:47
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg4.rb:54
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg4.rb:55
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg4.rb:56
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg4.rb:64
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg5.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg5.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg5.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg5.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg5.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg5.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg5.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg5.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg5.rb:52
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg6.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg8.rb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:145
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:157
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:158
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:159
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:41
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:52
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:53
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:54
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:75
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:76
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg_prep.rb:86
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/directory_creation.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/directory_creation.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/directory_creation.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/directory_creation.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/directory_creation.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/directory_creation.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/directory_creation.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/directory_creation.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/directory_creation.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/directory_creation.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/directory_creation.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/directory_creation.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/directory_creation.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/etcc.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/etcc.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/etcc.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/etcc.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/etcc.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/etcc.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fmw_web.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fmw_web.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fmw_web.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fmw_web.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fmw_web.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fmw_web.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fmw_web.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fmw_web.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fmw_web.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fmw_web.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fmw_web.rb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fmw_web.rb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fmw_web.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fmw_web.rb:47
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/forms_patch.rb:50
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:49
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:58
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:60
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:61
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:71
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:72
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:90
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:93
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:101
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:104
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:114
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:115
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:117
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:118
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:119
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:121
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:122
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:128
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:132
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:133
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:134
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:139
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:146
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:147
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:149
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:150
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:151
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:153
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:154
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:160
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:163
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:164
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:165
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:170
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_chdev.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_directory.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_directory.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_directory.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_directory.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_directory.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_filesets.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_filesets.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_filesets.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_filesets.rb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_filesets.rb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_filesets.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_nfsmount.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_nfsmount.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_nfsmount.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_nfsmount.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_nfsmount.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_nfsmount.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_nfsmount.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_nfsmount.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_oslevel.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_oslevel.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_oslevel.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_oslevel.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_oslevel.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_oslevel.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_swap.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_swap.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_swap.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_swap.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_swap.rb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_swap.rb:44
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_swap.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_swap.rb:47
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_swap.rb:48
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/linux_tools.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkgroups.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkgroups.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkgroups.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkgroups.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkgroups.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkgroups.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:48
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:49
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:54
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:56
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:57
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:73
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:79
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:80
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:81
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:84
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:85
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:86
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:95
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:96
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:97
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:98
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:103
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:105
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:106
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:111
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:114
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:115
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:120
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:122
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:123
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:128
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:139
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:145
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:149
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:157
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:171
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:172
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:173
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:176
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:178
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkusers.rb:179
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/ocommon.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/ocommon.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/ocommon.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/ocommon.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/ocommon.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/ocommon.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/ocommon.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/ocommon.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/ocommon.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/ocommon.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/ocommon.rb:44
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/ocommon.rb:50
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/opatch.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/opatch.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/opatch.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/oratab.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/oratab.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_conf.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_conf.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_conf.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_conf.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_conf.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_conf.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_conf.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_conf.rb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_conf.rb:48
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_conf.rb:49
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_conf.rb:50
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_conf.rb:56
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_conf.rb:71
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:49
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:58
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:66
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:68
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/rapidwiz_install.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/reboot.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/reboot.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/reboot.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/vnc_session_user.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/vnc_session_user.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/vnc_session_user.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/vnc_session_user.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/vnc_session_user.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/11.2.0.4.rsp.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/11.2.0.4.rsp.erb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/11.2.0.4.rsp.erb:49
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/11.2.0.4.rsp.erb:91
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/11.2.0.4.rsp.erb:96
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1123.env.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1123.env.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1123.env.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1123.env.erb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1123.env.erb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1123.env.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1123.env.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1123.env.erb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1123.env.erb:50
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1124.env.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1124.env.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1124.env.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1124.env.erb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1124.env.erb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1124.env.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1124.env.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1124.env.erb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1124.env.erb:50
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_cleanup.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_cleanup.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_cleanup.sh.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_cleanup.sh.erb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_cleanup.sh.erb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_cleanup.sh.erb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_cleanup.sh.erb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_clone.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_clone.sh.erb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_clone.sh.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_clone.sh.erb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_clone.sh.erb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_clone.sh.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_patch.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_patch.sh.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_patch.sh.erb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_patch.sh.erb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/1225_patch.sh.erb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adadmin.rsp.erb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adadmin.rsp.erb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adadmin.rsp.erb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adadmin.rsp.erb:144
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adadmin.rsp.erb:614
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adadmin.rsp.erb:654
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adadmin.rsp.erb:664
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adadmin.rsp.erb:694
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adadmin.rsp.erb:764
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adadmin.rsp.erb:844
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adbldxml.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adbldxml.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adbldxml.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adbldxml.sh.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adbldxml.sh.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adbldxml.sh.erb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adopHpatch.sh.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adopHpatch.sh.erb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adopHpatch.sh.erb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adopHpatch.sh.erb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adopHpatch.sh.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adopHpatch.sh.erb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adopHpatch.sh.erb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adopHpatch.sh.erb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adopHpatch.sh.erb:58
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adopHpatch.sh.erb:59
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adopHpatch.sh.erb:85
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/adopHpatch.sh.erb:94
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/appuser_profile.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/appuser_profile.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/appuser_profile.erb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/appuser_profile.erb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/appuser_profile.erb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/appuser_profile.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/appuser_profile.erb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/chk_passed.pl.erb:60
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/chk_passed.pl.erb:61
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/chk_passed.pl.erb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/chk_prereqs.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/chk_prereqs.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/cp_adgrant.sh.erb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/cp_adgrant.sh.erb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/cp_adgrant.sh.erb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/cp_adgrant.sh.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/cp_adgrant.sh.erb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/critical_patch.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/critical_patch.sh.erb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/critical_patch.sh.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/critical_patch.sh.erb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/critical_patch.sh.erb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/critical_patch.sh.erb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/dbms_upgrade.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/dbms_upgrade.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/dbua.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/dbua.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/dbua.sh.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/dbua.sh.erb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/dbua.sh.erb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/dbua.sh.erb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/dbuser_profile.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/etcc_app.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/etcc_app.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/etcc_app.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/etcc_app.sh.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/etcc_app.sh.erb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/etcc_app.sh.erb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/etcc_db.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/etcc_db.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/etcc_db.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/etcc_db.sh.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/fix_initora.sh.erb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/fix_initora.sh.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/fix_initora.sh.erb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/funs.erb:97
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/funs.erb:98
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/getpatch.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/hpatch_txk.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/hpatch_txk.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/hpatch_txk.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/hpatch_txk.sh.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/hpatch_txk.sh.erb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/hpatch_txk.sh.erb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/hpatch_txk.sh.erb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/oratab.erb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/post_1225_hpatch.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/post_1225_hpatch.sh.erb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/post_1225_hpatch.sh.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/post_1225_hpatch.sh.erb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/post_1225_hpatch.sh.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/post_1225_hpatch.sh.erb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/rapidstart.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/rapidstart.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startapp.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startapp.sh.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startapp.sh.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startapp.sh.erb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startapp.sh.erb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startapp.sh.erb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startapp.sh.erb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startdb.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startdb.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startdb.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startdb.sh.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startdb.sh.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startwls.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startwls.sh.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startwls.sh.erb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startwls.sh.erb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startwls.sh.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startwls.sh.erb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startwls.sh.erb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startwls.sh.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startwls.sh.erb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/startwls.sh.erb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopapp.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopapp.sh.erb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopapp.sh.erb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopapp.sh.erb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopapp.sh.erb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopapp.sh.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopapp.sh.erb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopapp.sh.erb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopapp.sh.erb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopapp.sh.erb:41
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopapp.sh.erb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopapp.sh.erb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopdb.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopdb.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopdb.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopdb.sh.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopdb.sh.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopwls.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopwls.sh.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopwls.sh.erb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopwls.sh.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopwls.sh.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopwls.sh.erb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopwls.sh.erb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopwls.sh.erb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopwls.sh.erb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopwls.sh.erb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopwls.sh.erb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopwls.sh.erb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/stopwls.sh.erb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:41
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:44
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:51
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:60
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:61
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:67
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:68
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:75
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:77
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:80
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:81
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:82
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:83
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:84
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:85
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:86
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:87
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:88
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:89
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:92
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:93
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:94
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:95
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:96
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:97
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:100
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:102
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:103
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:104
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:105
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:106
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:113
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:115
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:116
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:120
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:121
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:123
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:124
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:163
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:164
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:169
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:170
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:177
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:179
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:182
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:183
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:184
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:185
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:186
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:187
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:188
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:189
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:190
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:191
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:194
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:195
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:196
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:197
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:198
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:199
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:202
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:204
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:205
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:206
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:207
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:208
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:215
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:217
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:218
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:222
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:223
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:225
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:226
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:268
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:272
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:274
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:275
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:276
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:282
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:290
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:292
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:293
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:296
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:298
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:299
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:300
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:301
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:302
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:303
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:304
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:305
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:310
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:319
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:320
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:321
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:326
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:327
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:334
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:336
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:339
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:340
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:341
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:342
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:343
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:344
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:345
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:346
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:347
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:348
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:351
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:352
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:353
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:354
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:355
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:356
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:359
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:361
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:362
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:363
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:364
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:365
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:372
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:374
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:375
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:379
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:380
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:382
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:383
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:422
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:423
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:428
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:429
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:436
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:438
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:441
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:442
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:443
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:444
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:445
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:446
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:447
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:448
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:449
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:450
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:453
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:454
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:455
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:456
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:457
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:458
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:461
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:463
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:464
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:465
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:466
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:467
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:474
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:476
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:477
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:481
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:482
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:484
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/txt.conf.erb:485
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/templates/default/vnc_root.sh.erb:4
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:429
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:431
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:90
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:97
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg3.rb:84
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:160
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg7.rb:195
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:80
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:147
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:175
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg9.rb:184
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:138
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:169
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_filesets.rb:32
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_filesets.rb:45
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_swap.rb:49
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/mkgroups.rb:25
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/ocommon.rb:16
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/reboot.rb:9
FC002: Avoid string interpolation where not required: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/reboot.rb:26
FC005: Avoid repetition of resource declarations: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/dbms_upg1.rb:72
FC005: Avoid repetition of resource declarations: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/directory_creation.rb:26
FC014: Consider extracting long ruby_block to library: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:65
FC019: Access node attributes in a consistent manner: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:63
FC019: Access node attributes in a consistent manner: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:64
FC019: Access node attributes in a consistent manner: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:65
FC019: Access node attributes in a consistent manner: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:66
FC019: Access node attributes in a consistent manner: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:100
FC019: Access node attributes in a consistent manner: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:101
FC019: Access node attributes in a consistent manner: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:120
FC019: Access node attributes in a consistent manner: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:121
FC019: Access node attributes in a consistent manner: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:123
FC019: Access node attributes in a consistent manner: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:124
FC019: Access node attributes in a consistent manner: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:126
FC019: Access node attributes in a consistent manner: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/attributes/default.rb:127
FC019: Access node attributes in a consistent manner: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_oslevel.rb:19
FC019: Access node attributes in a consistent manner: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/kernel_oslevel.rb:20
FC048: Prefer Mixlib::ShellOut: /tmp/cook/c1cc0fa3e4a71497b9b94fbe/oracle_ebs/recipes/fs_creation.rb:25