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.5

Installs/Configures Oracle EBS 12.2.5 for AIX 7.1

Policyfile
Berkshelf
Knife
cookbook 'oracle_ebs', '= 0.0.5', :supermarket
cookbook 'oracle_ebs', '= 0.0.5'
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,

Current Version: 0.0.5

Dependency: AIX 0.1.0

NOTE: The included html file, Docs/EBS 12.2.5_COOKBOOK.mht, is
required reading for more information on the oracle_ebs cookbook.
It contains alot more detail, included disk space requirements
and required file systems.

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
  • Create your staging directory on the AIX 7.1 LPAR (default) Set up your nfs or local mounted /ebstage stage directory. (See Oracle Documentation)
  • Create a role to override the default attribute values for your environment

ebsrole.rb (Role file)


name 'p134n55'
description 'Role applied to Oracle EBS.'

run_list 'recipe[oracle_ebs]'

override_attributes :ebs_appuser => 'applmgr',
:ebs_dbuser => 'oraprod',
:ebs_groupid => 1000,
:ebs_group => 'oinstall',
:ebs => {
:app => { :usr => { :uid => 2000 } },
:db => { :usr => { :uid => 3000 } },
:vg => { :app_fs_nam => '/applmgr',
:app_fs_siz => 122,
:db_fs_nam => '/d01',
:db_fs_siz => 223,
:pp_siz => 128,
:sashosts => [ 'p134n55' ],
:ssdhosts => [ ],
:swapspace => 16384,
:vgname => 'ebsvg01',
:drives => { 'p134n55' => [ 'hdisk1','hdisk2','hdisk3','hdisk4' ] },
},
} # ebs field


  • 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[ebsrole]
where TARGETNODE is the AIX 7.1 LPAR.

  • This Install will take plenty of time, so find a good book to read. (On my fastest machine, it took over 12 hours, on slower machines/disks, can be 20 hours)

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.mht, is required

reading for more information on the oracle_ebs cookbook. It contains
alot more detail, included disk space requirements and required
file systems.

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.1.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.0.5 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Foodcritic Metric
            

0.0.5 failed this metric

FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:47
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:49
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:57
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:58
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:64
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:65
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:66
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:67
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:75
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:81
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:87
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:88
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:109
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:134
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:135
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:136
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:137
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:144
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:145
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:146
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:147
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:148
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:149
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:156
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:157
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:159
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:160
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:162
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:163
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:166
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:208
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:214
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:215
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:216
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:217
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:218
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:220
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:221
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:232
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:235
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:236
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:239
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:242
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:243
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:246
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:249
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:251
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:252
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:260
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:261
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:262
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:263
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:264
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:265
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:266
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:267
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:269
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:270
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:271
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:272
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:273
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:274
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:276
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:277
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:278
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:279
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:280
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:281
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:284
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:285
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:286
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:287
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:288
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:289
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:290
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:291
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:294
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:295
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:296
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:297
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:298
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:299
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:300
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:305
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:306
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:307
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:308
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:309
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:310
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:311
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:312
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:313
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:317
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:318
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:319
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:323
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:324
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:325
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:326
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:327
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:328
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:329
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:330
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:333
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:334
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:335
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:336
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:337
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:338
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:339
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:344
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:345
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:346
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:347
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:348
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:349
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:350
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:351
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:352
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:356
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:357
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:358
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:368
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:386
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:387
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:388
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:389
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:390
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:391
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:392
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:393
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:394
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:395
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:397
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:398
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:400
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:401
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:403
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:404
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:405
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:406
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:407
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:408
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:409
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:410
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:411
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:414
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:426
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:427
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:429
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:430
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:436
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:437
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:438
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:439
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:440
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:441
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:456
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:457
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:458
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:459
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:460
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:461
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:462
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:463
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:470
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:471
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:472
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:473
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:474
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:475
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:477
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:478
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:479
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:480
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:482
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:483
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:484
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:485
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:486
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:488
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:490
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:491
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:498
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:499
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:500
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:501
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:509
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:510
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:511
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:519
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:520
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:527
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:528
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:529
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:532
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:539
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:546
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:553
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg1.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg1.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg1.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg1.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg1.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg1.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg1.rb:67
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg1.rb:71
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg2.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg2.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg2.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg2.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg2.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg2.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg2.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg2.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg2.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg2.rb:48
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg3.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg3.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg3.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg3.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg3.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg3.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg3.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg3.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg3.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg3.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg3.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg3.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/1225_upg3.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/DOC1983050_Section5.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/DOC1983050_Section5.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/DOC1983050_Section5.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/DOC1983050_Section5.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/DOC1983050_Section5.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/DOC1983050_Section5.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/DOC1983050_Section5.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/DOC1983050_Section5.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/DOC1983050_Section5.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/DOC1983050_Section5.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/DOC1983050_Section5.rb:63
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/DOC1983050_Section5.rb:64
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/DOC1983050_Section5.rb:69
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/DOC1983050_Section5.rb:77
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas1.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:49
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:53
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:66
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:84
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:89
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:90
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:103
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:113
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:129
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:138
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:149
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:154
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:166
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:167
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/adtxk_deltas2.rb:172
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:91
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:98
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg10.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg10.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg10.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg10.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg10.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg10.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg10.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg10.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg10.rb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg10.rb:47
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:53
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:54
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:75
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:76
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:77
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:78
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:88
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:90
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:104
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:134
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:138
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:146
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:148
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:152
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:173
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:174
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:178
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:190
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg2.rb:191
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:44
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:80
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:81
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:92
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:93
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg4.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg4.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg4.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg4.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg4.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg4.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg4.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg4.rb:48
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg4.rb:49
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg4.rb:56
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg4.rb:57
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg4.rb:58
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg4.rb:66
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg5.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg5.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg5.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg5.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg5.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg5.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg5.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg5.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg5.rb:53
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg6.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg8.rb:41
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:147
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:159
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:160
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:161
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:54
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:55
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:56
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:76
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:77
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:78
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg_prep.rb:88
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/directory_creation.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/directory_creation.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/directory_creation.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/directory_creation.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/directory_creation.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/directory_creation.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/directory_creation.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/directory_creation.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/directory_creation.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/directory_creation.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/directory_creation.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/directory_creation.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/directory_creation.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/etcc.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/etcc.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/etcc.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/etcc.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/etcc.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/etcc.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fmw_web.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fmw_web.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fmw_web.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fmw_web.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fmw_web.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fmw_web.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fmw_web.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fmw_web.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fmw_web.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fmw_web.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fmw_web.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fmw_web.rb:44
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fmw_web.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fmw_web.rb:49
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:47
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:48
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/forms_patch.rb:52
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:55
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:56
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:59
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:52
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:63
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:75
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_chdev.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_directory.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_directory.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_directory.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_directory.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_directory.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_etchosts.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_etchosts.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_etchosts.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_etchosts.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_etchosts.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_filesets.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_filesets.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_filesets.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_filesets.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_filesets.rb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_filesets.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_mount.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_mount.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_mount.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_mount.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_mount.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_mount.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_oslevel.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_oslevel.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_oslevel.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_oslevel.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_oslevel.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_oslevel.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_swap.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_swap.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_swap.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_swap.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_swap.rb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_swap.rb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_swap.rb:47
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_swap.rb:49
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_swap.rb:50
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_swap.rb:59
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_swap.rb:61
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_swap.rb:63
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_swap.rb:64
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/linux_tools.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkgroups.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkgroups.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkgroups.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkgroups.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkgroups.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkgroups.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:44
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:50
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:53
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:54
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:59
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:61
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:67
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:78
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:84
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:85
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:86
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:89
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:90
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:91
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:100
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:101
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:102
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:103
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:108
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:110
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:111
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:116
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:119
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:120
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:125
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:127
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:128
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:133
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:144
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:150
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:154
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkusers.rb:162
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/ocommon.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/ocommon.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/ocommon.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/ocommon.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/ocommon.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/ocommon.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/ocommon.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/ocommon.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/ocommon.rb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/ocommon.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/ocommon.rb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/ocommon.rb:52
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/opatch.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/opatch.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/opatch.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/oratab.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/oratab.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_conf.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_conf.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_conf.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_conf.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_conf.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_conf.rb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_conf.rb:41
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_conf.rb:44
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_conf.rb:50
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_conf.rb:51
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_conf.rb:52
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_conf.rb:58
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_conf.rb:73
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:49
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:60
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:68
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:70
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/rapidwiz_install.rb:76
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/reboot.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/reboot.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/reboot.rb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/reboot.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/root_profiles.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/root_profiles.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/root_profiles.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/root_profiles.rb:54
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/root_profiles.rb:56
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/vnc_session_user.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/vnc_session_user.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/vnc_session_user.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/vnc_session_user.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/vnc_session_user.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/vnc_session_user.rb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/xit_checks.rb:51
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/xit_checks.rb:55
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/11.2.0.4.rsp.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/11.2.0.4.rsp.erb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/11.2.0.4.rsp.erb:49
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/11.2.0.4.rsp.erb:91
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/11.2.0.4.rsp.erb:96
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1123.env.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1123.env.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1123.env.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1123.env.erb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1123.env.erb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1123.env.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1123.env.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1123.env.erb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1123.env.erb:50
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1124.env.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1124.env.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1124.env.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1124.env.erb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1124.env.erb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1124.env.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1124.env.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1124.env.erb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1124.env.erb:50
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_cleanup.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_cleanup.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_cleanup.sh.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_cleanup.sh.erb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_cleanup.sh.erb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_cleanup.sh.erb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_cleanup.sh.erb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_clone.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_clone.sh.erb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_clone.sh.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_clone.sh.erb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_clone.sh.erb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_clone.sh.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_patch.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_patch.sh.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_patch.sh.erb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_patch.sh.erb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/1225_patch.sh.erb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adadmin.rsp.erb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adadmin.rsp.erb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adadmin.rsp.erb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adadmin.rsp.erb:144
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adadmin.rsp.erb:614
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adadmin.rsp.erb:654
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adadmin.rsp.erb:664
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adadmin.rsp.erb:694
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adadmin.rsp.erb:764
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adadmin.rsp.erb:844
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adopHpatch.sh.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adopHpatch.sh.erb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adopHpatch.sh.erb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adopHpatch.sh.erb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adopHpatch.sh.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adopHpatch.sh.erb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adopHpatch.sh.erb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adopHpatch.sh.erb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adopHpatch.sh.erb:58
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adopHpatch.sh.erb:59
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adopHpatch.sh.erb:85
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/adopHpatch.sh.erb:94
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/appuser_profile.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/appuser_profile.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/appuser_profile.erb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/appuser_profile.erb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/appuser_profile.erb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/appuser_profile.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/appuser_profile.erb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/chk_passed.pl.erb:60
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/chk_passed.pl.erb:61
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/chk_passed.pl.erb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/chk_prereqs.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/chk_prereqs.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/cp_adgrant.sh.erb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/cp_adgrant.sh.erb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/cp_adgrant.sh.erb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/cp_adgrant.sh.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/cp_adgrant.sh.erb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/critical_patch.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/critical_patch.sh.erb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/critical_patch.sh.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/critical_patch.sh.erb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/critical_patch.sh.erb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/critical_patch.sh.erb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/dbms_upgrade.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/dbms_upgrade.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/dbua.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/dbua.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/dbua.sh.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/dbua.sh.erb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/dbua.sh.erb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/dbua.sh.erb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/dbuser_profile.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/etcc_app.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/etcc_app.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/etcc_app.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/etcc_app.sh.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/etcc_app.sh.erb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/etcc_app.sh.erb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/etcc_db.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/etcc_db.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/etcc_db.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/etcc_db.sh.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/fix_initora.sh.erb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/fix_initora.sh.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/fix_initora.sh.erb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/funs.erb:97
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/funs.erb:98
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/getpatch.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/hpatch_txk.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/hpatch_txk.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/hpatch_txk.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/hpatch_txk.sh.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/hpatch_txk.sh.erb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/hpatch_txk.sh.erb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/hpatch_txk.sh.erb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/oratab.erb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/post_1225_hpatch.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/post_1225_hpatch.sh.erb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/post_1225_hpatch.sh.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/post_1225_hpatch.sh.erb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/post_1225_hpatch.sh.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/post_1225_hpatch.sh.erb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/rapidstart.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/rapidstart.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startapp.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startapp.sh.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startapp.sh.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startapp.sh.erb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startapp.sh.erb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startapp.sh.erb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startapp.sh.erb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startdb.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startdb.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startdb.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startdb.sh.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startdb.sh.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startwls.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startwls.sh.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startwls.sh.erb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startwls.sh.erb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startwls.sh.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startwls.sh.erb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startwls.sh.erb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startwls.sh.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startwls.sh.erb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/startwls.sh.erb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopapp.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopapp.sh.erb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopapp.sh.erb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopapp.sh.erb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopapp.sh.erb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopapp.sh.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopapp.sh.erb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopapp.sh.erb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopapp.sh.erb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopapp.sh.erb:41
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopapp.sh.erb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopapp.sh.erb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopdb.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopdb.sh.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopdb.sh.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopdb.sh.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopdb.sh.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopwls.sh.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopwls.sh.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopwls.sh.erb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopwls.sh.erb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopwls.sh.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopwls.sh.erb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopwls.sh.erb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopwls.sh.erb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopwls.sh.erb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopwls.sh.erb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopwls.sh.erb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopwls.sh.erb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/stopwls.sh.erb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:41
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:44
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:51
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:60
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:61
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:67
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:68
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:75
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:77
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:80
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:81
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:82
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:83
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:84
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:85
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:86
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:87
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:88
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:89
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:92
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:93
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:94
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:95
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:96
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:97
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:100
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:102
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:103
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:104
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:105
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:106
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:113
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:115
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:116
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:120
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:121
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:123
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:124
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:163
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:164
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:169
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:170
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:177
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:179
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:182
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:183
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:184
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:185
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:186
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:187
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:188
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:189
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:190
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:191
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:194
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:195
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:196
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:197
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:198
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:199
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:202
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:204
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:205
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:206
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:207
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:208
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:215
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:217
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:218
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:222
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:223
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:225
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:226
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:268
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:272
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:274
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:275
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:276
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:282
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:290
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:292
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:293
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:296
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:298
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:299
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:300
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:301
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:302
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:303
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:304
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:305
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:310
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:319
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:320
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:321
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:326
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:327
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:334
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:336
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:339
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:340
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:341
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:342
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:343
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:344
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:345
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:346
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:347
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:348
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:351
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:352
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:353
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:354
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:355
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:356
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:359
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:361
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:362
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:363
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:364
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:365
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:372
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:374
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:375
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:379
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:380
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:382
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:383
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:422
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:423
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:428
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:429
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:436
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:438
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:441
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:442
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:443
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:444
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:445
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:446
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:447
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:448
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:449
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:450
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:453
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:454
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:455
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:456
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:457
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:458
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:461
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:463
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:464
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:465
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:466
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:467
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:474
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:476
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:477
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:481
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:482
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:484
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/txt.conf.erb:485
FC001: Use strings in preference to symbols to access node attributes: /tmp/b03d2752ca45f48749e36898/oracle_ebs/templates/default/vnc_root.sh.erb:4
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:461
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:463
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:91
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:98
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg3.rb:85
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:162
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg7.rb:197
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:82
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:149
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:177
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg9.rb:186
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:43
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:79
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:9
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_filesets.rb:34
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_filesets.rb:47
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_mount.rb:23
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_mount.rb:28
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_swap.rb:51
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/mkgroups.rb:28
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/ocommon.rb:18
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/reboot.rb:41
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/root_profiles.rb:24
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/root_profiles.rb:27
FC002: Avoid string interpolation where not required: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/root_profiles.rb:58
FC005: Avoid repetition of resource declarations: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/dbms_upg1.rb:73
FC005: Avoid repetition of resource declarations: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/directory_creation.rb:28
FC014: Consider extracting long ruby_block to library: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:68
FC019: Access node attributes in a consistent manner: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:64
FC019: Access node attributes in a consistent manner: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:65
FC019: Access node attributes in a consistent manner: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:66
FC019: Access node attributes in a consistent manner: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:67
FC019: Access node attributes in a consistent manner: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:135
FC019: Access node attributes in a consistent manner: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:136
FC019: Access node attributes in a consistent manner: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:156
FC019: Access node attributes in a consistent manner: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:157
FC019: Access node attributes in a consistent manner: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:159
FC019: Access node attributes in a consistent manner: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:160
FC019: Access node attributes in a consistent manner: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:162
FC019: Access node attributes in a consistent manner: /tmp/b03d2752ca45f48749e36898/oracle_ebs/attributes/default.rb:163
FC019: Access node attributes in a consistent manner: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_oslevel.rb:21
FC019: Access node attributes in a consistent manner: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/kernel_oslevel.rb:22
FC048: Prefer Mixlib::ShellOut: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:19
FC048: Prefer Mixlib::ShellOut: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_filsys.rb:58
FC048: Prefer Mixlib::ShellOut: /tmp/b03d2752ca45f48749e36898/oracle_ebs/recipes/fs_volgrp.rb:15
FC064: Ensure issues_url is set in metadata: /tmp/b03d2752ca45f48749e36898/oracle_ebs/metadata.rb:1
FC065: Ensure source_url is set in metadata: /tmp/b03d2752ca45f48749e36898/oracle_ebs/metadata.rb:1
Run with Foodcritic Version 8.0.0 with tags ~FC031 ~FC045 and failure tags any